summaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
authorscuri <scuri>2010-04-29 16:12:58 +0000
committerscuri <scuri>2010-04-29 16:12:58 +0000
commitafaff9e085b51c822f0ce31ac91cc8196bfa5113 (patch)
treec8eb0a5437797c1efbea40d1d479f7a0035dc40b /html
parent960149c4fc4aee0cc886d5447670e66a07531965 (diff)
Changed: CD_DXF now supports solid filled primitives for polygons and rectangles.
Diffstat (limited to 'html')
-rw-r--r--html/en/drv/dxf.html10
-rw-r--r--html/en/history.html2
2 files changed, 4 insertions, 8 deletions
diff --git a/html/en/drv/dxf.html b/html/en/drv/dxf.html
index 0637e92..31cf2e6 100644
--- a/html/en/drv/dxf.html
+++ b/html/en/drv/dxf.html
@@ -65,18 +65,15 @@
</ul>
<h4>Primitives</h4>
<ul>
- <li><a href="../func/filled.html#cdBox"><font face="Courier"><strong>Box</strong></font></a>:
- draws only the box's borders (no filling function is supported). Behaves like
- <strong><font face="Courier">Rect</font></strong>.</li>
<li><a href="../func/filled.html#cdSector"><font face="Courier"><strong>Sector</strong></font></a>:
draws a &quot;hollow&quot; sector, that is, only its borders.</li>
<li><a href="../func/lines.html#cdBegin"><font face="Courier"><strong>Begin</strong></font></a>:
- <font face="Courier"><strong><tt>CD_FILL</tt></strong></font> is mapped to <font face="Courier"><strong><tt>
- CD_CLOSED_LINES</tt></strong></font>. if parameter <strong><tt>CD_CLIP</tt></strong> or <strong><tt>CD_BEZIER</tt></strong>
+ if parameter <strong><tt>CD_CLIP</tt></strong> or <strong><tt>CD_BEZIER</tt></strong>
are specified, does nothing.</li>
<li><strong><font face="Courier"><a href="../func/filled.html#cdChord">Chord</a></font></strong>:
does nothing.</li>
<li>Floating point primitives are supported.</li>
+ <li>Solid filled primitives are supported only for polygons and rectangles.</li>
</ul>
<h4>Attributes</h4>
<ul>
@@ -85,9 +82,6 @@
<li><a href="../func/attributes.html#cdWriteMode"><font face="Courier">
<strong>
WriteMode</strong></font></a>: does nothing, returns <font face="Courier">CD_REPLACE</font>.</li>
- <li><a href="../func/filled.html#cdInteriorStyle"><font face="Courier">
- <strong>
- InteriorStyle</strong></font></a>: does nothing (filling is not supported), returns 0.</li>
<li><a href="../func/filled.html#cdHatch"><font face="Courier"><strong>Hatch</strong></font></a>:
does nothing. </li>
<li><a href="../func/filled.html#cdFillMode"><font face="Courier"><strong>
diff --git a/html/en/history.html b/html/en/history.html
index 6aac73c..27000a0 100644
--- a/html/en/history.html
+++ b/html/en/history.html
@@ -23,6 +23,8 @@
<ul>
<li><span style="color: #0000FF">New:</span> &quot;CMD&quot;, &quot;OPACITY&quot; and &quot;HATCHBOXSIZE&quot;
attributes in the SVG driver.</li>
+ <li><span class="style1">Changed</span><span class="hist_changed">:</span>
+ CD_DXF now supports solid filled primitives for polygons and rectangles.</li>
<li><span style="color: #FF0000">Fixed:</span> PDF driver documentation,
<strong>CanvasBackOpacity</strong> and <strong>CanvasBackground</strong> are
supported.</li>