Skip to content

Commit 9be29ed

Browse files
committed
Added missing \rowsep commands and the missing default value for desired frame rate (in surface.tex).
1 parent 700981b commit 9be29ed

File tree

2 files changed

+22
-20
lines changed

2 files changed

+22
-20
lines changed

source/antialias.tex

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,23 +39,24 @@
3939
& \rhdr{Meaning}
4040
\\ \capsep
4141
\endhead
42+
\tcode{none}
4243
& No anti-aliasing is performed.
43-
\\
44+
\\ \rowsep
4445
\tcode{fast}
4546
& Some form of anti-aliasing shall be used when this option is selected, but the form used is \impldefplain{antialiasing!fast}.
4647
\begin{note}
4748
By specifying this value, the user is hinting that faster anti-aliasing is
4849
preferable to better anti-aliasing.
4950
\end{note}
50-
\\
51+
\\ \rowsep
5152
\tcode{good}
5253
& Some form of anti-aliasing shall be used when this option is selected, but the form used is \impldefplain{antialiasing!good}.
5354
\begin{note}
5455
By specifying this value, the user is hinting that sacrificing some performance
5556
to obtain better anti-aliasing is acceptable but that performance is still a
5657
concern.
5758
\end{note}
58-
\\
59+
\\ \rowsep
5960
\tcode{best}
6061
& Some form of anti-aliasing shall be used when this option is selected, but the form used is \impldefplain{antialiasing!best}.
6162
\begin{note}

source/surface.tex

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@
5454
\endhead
5555
Painting
5656
& \tcode{paint}
57-
\\
57+
\\ \rowsep
5858
Filling
5959
& \tcode{fill}
60-
\\
60+
\\ \rowsep
6161
Stroking
6262
& \tcode{stroke}
63-
\\
63+
\\ \rowsep
6464
Masking
6565
& \tcode{mask}
6666
\\
@@ -107,10 +107,10 @@
107107
\endhead
108108
Brush properties
109109
& \tcode{brush_props}
110-
\\
110+
\\ \rowsep
111111
Surface properties
112112
& \tcode{render_props}
113-
\\
113+
\\ \rowsep
114114
Clip properties
115115
& \tcode{clip_props}
116116
\\
@@ -139,11 +139,11 @@
139139
Stroking
140140
& Stroke properties
141141
& \tcode{stroke_props}
142-
\\
142+
\\ \rowsep
143143
Stroking
144144
& Dashes
145145
& \tcode{dashes}
146-
\\
146+
\\ \rowsep
147147
Masking
148148
& Mask properties
149149
& \tcode{mask_props}
@@ -203,35 +203,35 @@
203203
brush coordinate space
204204
& mask coordinate space
205205
& \tcode{mcsm.transform_pt(bcsm.invert().transform_pt(pt))}.
206-
\\
206+
\\ \rowsep
207207
brush coordinate space
208208
& user coordinate space
209209
& \tcode{bcsm.invert().transform_pt(pt)}.
210-
\\
210+
\\ \rowsep
211211
brush coordinate space
212212
& surface coordinate space
213213
& \tcode{scsm.transform_pt(bcsm.invert().transform_pt(pt))}.
214-
\\
214+
\\ \rowsep
215215
user coordinate space
216216
& brush coordinate space
217217
& \tcode{bcsm.transform_pt(pt)}.
218-
\\
218+
\\ \rowsep
219219
user coordinate space
220220
& mask coordinate space
221221
& \tcode{mcsm.transform_pt(pt)}.
222-
\\
222+
\\ \rowsep
223223
user coordinate space
224224
& surface coordinate space
225225
& \tcode{scsm.transform_pt(pt)}.
226-
\\
226+
\\ \rowsep
227227
surface coordinate space
228228
& brush coordinate space
229229
& \tcode{bcsm.transform_pt(scsm.invert().transform_pt(pt))}.
230-
\\
230+
\\ \rowsep
231231
surface coordinate space
232232
& mask coordinate space
233233
& \tcode{mcsm.transform_pt(scsm.invert().transform_pt(pt))}.
234-
\\
234+
\\ \rowsep
235235
surface coordinate space
236236
& user coordinate space
237237
& \tcode{scsm.invert().transform_pt(pt)}.
@@ -405,6 +405,7 @@
405405

406406
\term{Desired frame rate} &
407407
\tcode{float} &
408-
This value is the number of times the draw callback shall be called per second while \tcode{basic_output_surface<T>::begin_show} is being executed when the value of refresh style is \tcode{refresh_style::fixed}, subject to the additional requirements documented in the meaning of \tcode{refresh_style::fixed} (Table~\ref{tab:\iotwod.refreshstyle.meanings})
409-
\\
408+
This value is the number of times the draw callback shall be called per second while \tcode{basic_output_surface<T>::begin_show} is being executed when the value of refresh style is \tcode{refresh_style::fixed}, subject to the additional requirements documented in the meaning of \tcode{refresh_style::fixed} (See: Table~\ref{tab:\iotwod.refreshstyle.meanings}). &
409+
\tcode{30.0f}
410+
\\
410411
\end{libreqtab4b}

0 commit comments

Comments
 (0)