diff --git a/html/en/drv/gdiplus.html b/html/en/drv/gdiplus.html
index 41e72dd..2229207 100644
--- a/html/en/drv/gdiplus.html
+++ b/html/en/drv/gdiplus.html
@@ -78,8 +78,7 @@
CD_FILLGRADIENT defines the points of a filled polygon. It is filled with a gradient from
colors in each vertex to a color in its center. The colors are defined by the "GRADIENTCOLOR"
attribute, that must be set before each cdVertex call and before cdEnd
- for the center color. This will not affect the current interior style.
- CD_PATH is supported.
+ for the center color. This will not affect the current interior style.
Attributes
diff --git a/html/en/drv/gdk.html b/html/en/drv/gdk.html
index e4a531b..694a22c 100644
--- a/html/en/drv/gdk.html
+++ b/html/en/drv/gdk.html
@@ -6,6 +6,11 @@
GDK
+
@@ -33,6 +38,13 @@
UpdateYAxis: the
orientation of axis Y is the opposite to its orientation in the CD library.
+
Primitives
+
+
+ Begin:
+ CD_BEZIER and CD_PATH
+ are simulated with lines.
+
Attributes
diff --git a/html/en/drv/pdf.html b/html/en/drv/pdf.html
index 2d9203d..ffbf860 100644
--- a/html/en/drv/pdf.html
+++ b/html/en/drv/pdf.html
@@ -167,9 +167,6 @@ ZapfDingbats
does not exist in PDF, is simulated using a circle with radius=1.
Floating point primitives are supported.
Filled primitives do not include the line at the edges of the filled area.
diff --git a/html/en/drv/ps.html b/html/en/drv/ps.html
index 9f4267a..4727f1d 100644
--- a/html/en/drv/ps.html
+++ b/html/en/drv/ps.html
@@ -180,9 +180,6 @@
does not exist in PS, is simulated using a circle with radius=1.
Floating point primitives are supported.
Filled primitives do not include the line at the edges of the filled area.
Begin,
Vertex
and End:
- simulate using the Line or Pixel functions, depending on the interior style.
+ simulated using the Line or Pixel functions, depending on the interior style.
Text:
text simulation is made using TrueType font files in a transparent way for the
user. Oriented text is not supported.
diff --git a/html/en/drv/svg.html b/html/en/drv/svg.html
index af703a5..10a0952 100644
--- a/html/en/drv/svg.html
+++ b/html/en/drv/svg.html
@@ -76,9 +76,6 @@
Pixel:
does not exist in SVG, is simulated using a circle with radius=0.1.