diff options
Diffstat (limited to 'html/en/drv')
-rw-r--r-- | html/en/drv/debug.html | 2 | ||||
-rw-r--r-- | html/en/drv/svg.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/html/en/drv/debug.html b/html/en/drv/debug.html index bc64a73..b157d6a 100644 --- a/html/en/drv/debug.html +++ b/html/en/drv/debug.html @@ -25,7 +25,7 @@ Data)</font>. The <font face="Courier">Data</font> parameter is a string that must contain the filename and the canvas dimensions, in the following format:</p> - <pre>"<i>filename </i>[widthxheight resolution]" or in <em>C use "<strong><tt>%s %gx%g %g</tt></strong>"</em></pre> + <pre>"<i>filename </i>[widthxheight] [resolution]" or in <em>C use "<strong><tt>%s %gx%g %g</tt></strong>"</em></pre> <p>Only the parameter <font face="Courier">filename</font> is required. The filename must be inside double quotes (") if it has spaces.<font face="Courier"> Width</font> and <font face="Courier">height</font> are provided in millimeters diff --git a/html/en/drv/svg.html b/html/en/drv/svg.html index 31a5f4a..7f242d5 100644 --- a/html/en/drv/svg.html +++ b/html/en/drv/svg.html @@ -25,7 +25,7 @@ Data)</font>. The <font face="Courier">Data</font> parameter is a string that must contain the filename and the canvas dimensions, in the following format:</p> - <pre>"<em>filename [widthxheight resolution]</em>" or in C<em> "<strong><tt>%s %gx%g %g</tt></strong>"</em></pre> + <pre>"<em>filename [widthxheight] [resolution]</em>" or in C<em> "<strong><tt>%s %gx%g %g</tt></strong>"</em></pre> <p>Only the parameter <font face="Courier">filename</font> is required. The filename must be inside double quotes (") if it has spaces.<font face="Courier"> Width</font> and <font face="Courier">height</font> are provided in millimeters |