summaryrefslogtreecommitdiff
path: root/html/en/drv/svg.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/en/drv/svg.html')
-rw-r--r--html/en/drv/svg.html23
1 files changed, 23 insertions, 0 deletions
diff --git a/html/en/drv/svg.html b/html/en/drv/svg.html
index 14daf58..5bfb1f8 100644
--- a/html/en/drv/svg.html
+++ b/html/en/drv/svg.html
@@ -87,6 +87,29 @@
<li>All functions do nothing.</li>
</dir>
+<h4>Exclusive Attributes</h4>
+<ul>
+ <li>&quot;<b><font face="Courier">CMD</font></b>&quot;: saves a string directly to the file. Allows adding
+ SVG commands
+ to the file generated by the CD library. (set only)</li>
+</ul>
+<ul>
+ <li>&quot;<b><font face="Courier">OPAQUE</font></b>&quot;:&nbsp; allows the usage of a global
+ opacity value. The value passed must be a string containing an integer
+ (&quot;%d&quot;) [0=full transparent, 255=full opaque]. Use NULL to reset to the
+ default. Default: 255.</li>
+</ul>
+<ul>
+ <li><strong><span style="font-family: Courier">&quot;HATCHBOXSIZE&quot;</span></strong>:
+ defines the size of smallest hatch box pattern. This affects the spacing
+ between the hatch lines. The value passed must be a string containing an
+ integer (&quot;%d&quot;). If the value of the attribute passed is NULL, the value is
+ rest to the default. When consulted returns the current value (&quot;%d&quot;). Default:
+ &quot;8&quot;.</li>
+</ul>
+<p>&nbsp;</p>
+<p>&nbsp;</p>
+
</body>
</html>