Fossil SCM

Replaced the invisible empty box hack for left margin in the new delta_format.wiki diagrams with use of the "leftmargin" global PIC property.

wyoung 2020-09-30 00:00 delta-format-pikchr
Commit 1aaf9f850b2319327c1634bfe5b126fcec81d9a4f1b54df3b3db7d5959e4d7ac
1 file changed +6 -6
--- www/delta_format.wiki
+++ www/delta_format.wiki
@@ -62,11 +62,11 @@
6262
in delta D.
6363
6464
6565
<a name="structure"></a><h1>2.0 Structure</h1>
6666
<verbatim type="pikchr">
67
- box invisible width 0.2 ""
67
+ leftmargin = 0.1
6868
box height 50% "Header"
6969
box same "Segments"
7070
box same "Trailer"
7171
</verbatim>
7272
@@ -77,11 +77,11 @@
7777
helping the decoder, and the segment-list describes how the target can
7878
be constructed from the original.</p>
7979
8080
<a name="header"></a><h2>2.1 Header</h2>
8181
<verbatim type="pikchr">
82
- box invisible width 0.2 ""
82
+ leftmargin = 0.1
8383
box height 50% "Size"
8484
box same "\"\n\""
8585
</verbatim>
8686
8787
<p>The header consists of a single number followed by a newline
@@ -93,11 +93,11 @@
9393
reading the first line of the delta and decoding the number found
9494
there. In other words, before it has to decode everything else.</p>
9595
9696
<a name="trailer"></a><h2>2.2 Trailer</h2>
9797
<verbatim type="pikchr">
98
- box invisible width 0.2 ""
98
+ leftmargin = 0.1
9999
box height 50% "Checksum"
100100
box same "\":\""
101101
</verbatim>
102102
103103
<p>The trailer consists of a single number followed by a semicolon (ASCII
@@ -114,11 +114,11 @@
114114
it available immediately after the target has been reconstructed
115115
fully.</p>
116116
117117
<a name="slist"></a><h2>2.3 Segment-List</h2>
118118
<verbatim type="pikchr">
119
- box invisible width 0.2 ""
119
+ leftmargin = 0.1
120120
PART1: [
121121
B1: box height 50% width 15% ""
122122
B2: box same ""
123123
B3: box same ""
124124
move 0.1 ; box same invisible "***" ; move 0.1
@@ -152,11 +152,11 @@
152152
153153
<p>A literal is specified by two elements, the size of the literal in
154154
bytes, and the bytes of the literal itself.</p>
155155
156156
<verbatim type="pikchr">
157
- box invisible width 0.2 ""
157
+ leftmargin = 0.1
158158
box "Length" height 50%
159159
box "\":\"" same
160160
box "Bytes" same
161161
</verbatim>
162162
@@ -169,11 +169,11 @@
169169
first byte in the original to copy, and the size of the range, in
170170
bytes. The size zero is special, its usage indicates that the range
171171
extends to the end of the original.</p>
172172
173173
<verbatim type="pikchr">
174
- box invisible width 0.2 ""
174
+ leftmargin = 0.1
175175
box "Length" height 50%
176176
box "\"@\"" same
177177
box "Offset" same
178178
box "\",\"" same
179179
</verbatim>
180180
--- www/delta_format.wiki
+++ www/delta_format.wiki
@@ -62,11 +62,11 @@
62 in delta D.
63
64
65 <a name="structure"></a><h1>2.0 Structure</h1>
66 <verbatim type="pikchr">
67 box invisible width 0.2 ""
68 box height 50% "Header"
69 box same "Segments"
70 box same "Trailer"
71 </verbatim>
72
@@ -77,11 +77,11 @@
77 helping the decoder, and the segment-list describes how the target can
78 be constructed from the original.</p>
79
80 <a name="header"></a><h2>2.1 Header</h2>
81 <verbatim type="pikchr">
82 box invisible width 0.2 ""
83 box height 50% "Size"
84 box same "\"\n\""
85 </verbatim>
86
87 <p>The header consists of a single number followed by a newline
@@ -93,11 +93,11 @@
93 reading the first line of the delta and decoding the number found
94 there. In other words, before it has to decode everything else.</p>
95
96 <a name="trailer"></a><h2>2.2 Trailer</h2>
97 <verbatim type="pikchr">
98 box invisible width 0.2 ""
99 box height 50% "Checksum"
100 box same "\":\""
101 </verbatim>
102
103 <p>The trailer consists of a single number followed by a semicolon (ASCII
@@ -114,11 +114,11 @@
114 it available immediately after the target has been reconstructed
115 fully.</p>
116
117 <a name="slist"></a><h2>2.3 Segment-List</h2>
118 <verbatim type="pikchr">
119 box invisible width 0.2 ""
120 PART1: [
121 B1: box height 50% width 15% ""
122 B2: box same ""
123 B3: box same ""
124 move 0.1 ; box same invisible "***" ; move 0.1
@@ -152,11 +152,11 @@
152
153 <p>A literal is specified by two elements, the size of the literal in
154 bytes, and the bytes of the literal itself.</p>
155
156 <verbatim type="pikchr">
157 box invisible width 0.2 ""
158 box "Length" height 50%
159 box "\":\"" same
160 box "Bytes" same
161 </verbatim>
162
@@ -169,11 +169,11 @@
169 first byte in the original to copy, and the size of the range, in
170 bytes. The size zero is special, its usage indicates that the range
171 extends to the end of the original.</p>
172
173 <verbatim type="pikchr">
174 box invisible width 0.2 ""
175 box "Length" height 50%
176 box "\"@\"" same
177 box "Offset" same
178 box "\",\"" same
179 </verbatim>
180
--- www/delta_format.wiki
+++ www/delta_format.wiki
@@ -62,11 +62,11 @@
62 in delta D.
63
64
65 <a name="structure"></a><h1>2.0 Structure</h1>
66 <verbatim type="pikchr">
67 leftmargin = 0.1
68 box height 50% "Header"
69 box same "Segments"
70 box same "Trailer"
71 </verbatim>
72
@@ -77,11 +77,11 @@
77 helping the decoder, and the segment-list describes how the target can
78 be constructed from the original.</p>
79
80 <a name="header"></a><h2>2.1 Header</h2>
81 <verbatim type="pikchr">
82 leftmargin = 0.1
83 box height 50% "Size"
84 box same "\"\n\""
85 </verbatim>
86
87 <p>The header consists of a single number followed by a newline
@@ -93,11 +93,11 @@
93 reading the first line of the delta and decoding the number found
94 there. In other words, before it has to decode everything else.</p>
95
96 <a name="trailer"></a><h2>2.2 Trailer</h2>
97 <verbatim type="pikchr">
98 leftmargin = 0.1
99 box height 50% "Checksum"
100 box same "\":\""
101 </verbatim>
102
103 <p>The trailer consists of a single number followed by a semicolon (ASCII
@@ -114,11 +114,11 @@
114 it available immediately after the target has been reconstructed
115 fully.</p>
116
117 <a name="slist"></a><h2>2.3 Segment-List</h2>
118 <verbatim type="pikchr">
119 leftmargin = 0.1
120 PART1: [
121 B1: box height 50% width 15% ""
122 B2: box same ""
123 B3: box same ""
124 move 0.1 ; box same invisible "***" ; move 0.1
@@ -152,11 +152,11 @@
152
153 <p>A literal is specified by two elements, the size of the literal in
154 bytes, and the bytes of the literal itself.</p>
155
156 <verbatim type="pikchr">
157 leftmargin = 0.1
158 box "Length" height 50%
159 box "\":\"" same
160 box "Bytes" same
161 </verbatim>
162
@@ -169,11 +169,11 @@
169 first byte in the original to copy, and the size of the range, in
170 bytes. The size zero is special, its usage indicates that the range
171 extends to the end of the original.</p>
172
173 <verbatim type="pikchr">
174 leftmargin = 0.1
175 box "Length" height 50%
176 box "\"@\"" same
177 box "Offset" same
178 box "\",\"" same
179 </verbatim>
180

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button