diff options
Diffstat (limited to 'html/en/drv')
| -rw-r--r-- | html/en/drv/cairo.html | 3 | ||||
| -rw-r--r-- | html/en/drv/cgm.html | 4 | ||||
| -rw-r--r-- | html/en/drv/dgn.html | 4 | ||||
| -rw-r--r-- | html/en/drv/dxf.html | 5 | ||||
| -rw-r--r-- | html/en/drv/gdiplus.html | 3 | ||||
| -rw-r--r-- | html/en/drv/gdk.html | 12 | ||||
| -rw-r--r-- | html/en/drv/pdf.html | 3 | ||||
| -rw-r--r-- | html/en/drv/ps.html | 3 | ||||
| -rw-r--r-- | html/en/drv/sim.html | 2 | ||||
| -rw-r--r-- | html/en/drv/svg.html | 3 | ||||
| -rw-r--r-- | html/en/drv/win32.html | 3 | ||||
| -rw-r--r-- | html/en/drv/xrender.html | 7 | ||||
| -rw-r--r-- | html/en/drv/xwin.html | 3 | 
13 files changed, 29 insertions, 26 deletions
| diff --git a/html/en/drv/cairo.html b/html/en/drv/cairo.html index c0ad80f..2e04833 100644 --- a/html/en/drv/cairo.html +++ b/html/en/drv/cairo.html @@ -66,9 +66,6 @@ for complex clipping regions.</p>  </ul>  <h4>Primitives</h4>  <ul> -  <li><a href="../func/lines.html#cdBegin"> -  <font face="Courier"><strong>Begin</strong></font></a>: <strong><tt>CD_PATH</tt></strong>  -	is supported.</li>  	<li>Floating point primitives are supported.</li>  </ul>  <h4>Attributes </h4> diff --git a/html/en/drv/cgm.html b/html/en/drv/cgm.html index 470561a..5c915cf 100644 --- a/html/en/drv/cgm.html +++ b/html/en/drv/cgm.html @@ -85,7 +85,9 @@  <h4>Primitives</h4>  <ul>    <li><a href="../func/lines.html#cdBegin"><font face="Courier"><strong>Begin</strong></font></a>:  -  if parameter <strong><tt>CD_CLIP</tt></strong> or <strong><tt>CD_BEZIER</tt></strong> are specified, does nothing.</li> +  if parameter <strong><tt>CD_CLIP</tt></strong> is specified, does nothing.<strong><tt> +  CD_BEZIER</tt></strong> and <strong><tt>CD_PATH</tt></strong>  +	are simulated with lines.</li>    <li><font face="Courier"><strong><a href="../func/marks.html#cdPixel">Pixel</a></strong></font>:     does not exist in CGM, is simulated using a mark with size 1.</li>    <li><strong><font face="Courier"><a href="../func/filled.html#cdChord">Chord</a></font></strong>:  diff --git a/html/en/drv/dgn.html b/html/en/drv/dgn.html index be52f3c..b3f0ecc 100644 --- a/html/en/drv/dgn.html +++ b/html/en/drv/dgn.html @@ -68,7 +68,9 @@  <h4>Primitives</h4>  <ul>    <li><a href="../func/lines.html#cdBegin"><font face="Courier"><strong>Begin</strong></font></a>:  -  if parameter <strong><tt>CD_CLIP</tt></strong> or <strong><tt>CD_BEZIER</tt></strong> are specified, does nothing.</li> +  if parameter <strong><tt>CD_CLIP</tt></strong> is specified, does nothing. <strong><tt> +  CD_BEZIER</tt></strong> and <strong><tt>CD_PATH</tt></strong>  +	are simulated with lines.</li>    <li><strong><font face="Courier"><a href="../func/filled.html#cdChord">cdChord</a></font></strong>:     does nothing.</li>  </ul> diff --git a/html/en/drv/dxf.html b/html/en/drv/dxf.html index 31cf2e6..ebeb98a 100644 --- a/html/en/drv/dxf.html +++ b/html/en/drv/dxf.html @@ -68,8 +68,9 @@    <li><a href="../func/filled.html#cdSector"><font face="Courier"><strong>Sector</strong></font></a>:     draws a "hollow" sector, that is, only its borders.</li>    <li><a href="../func/lines.html#cdBegin"><font face="Courier"><strong>Begin</strong></font></a>: -  if parameter <strong><tt>CD_CLIP</tt></strong> or <strong><tt>CD_BEZIER</tt></strong>  -  are specified, does nothing.</li> +  if parameter <strong><tt>CD_CLIP</tt></strong> is specified, does nothing. <strong><tt> +  CD_BEZIER</tt></strong> and <strong><tt>CD_PATH</tt></strong>  +	are simulated with lines.</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> 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 @@    <strong><tt>CD_FILLGRADIENT</tt></strong> 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 "<strong><tt>GRADIENTCOLOR</tt></strong>"     attribute, that must be set before each <strong><tt>cdVertex</tt></strong> call and before <strong><tt>cdEnd</tt></strong>  -  for the center color. This will not affect the current interior style.<br> -  <strong><tt>CD_PATH</tt></strong> is supported. </li> +  for the center color. This will not affect the current interior style.</li>  </ul>  <h4>Attributes </h4>  <ul> 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 @@  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">  <title>GDK</title>  <link rel="stylesheet" type="text/css" href="../../style.css"> +<style type="text/css"> +.style1 { +	font-family: monospace; +} +</style>  </head>  <body> @@ -33,6 +38,13 @@    <font face="Courier"><strong>UpdateYAxis</strong></font></a>: the     orientation of axis Y is the opposite to its orientation in the CD library.</li>  </ul> +<h4>Primitives</h4> +<ul> +  <li><a href="../func/lines.html#cdBegin"> +  <font face="Courier"><strong>Begin</strong></font></a>: <strong><tt> +  CD_BEZIER</tt></strong> and <strong><tt>CD_PATH</tt></strong>  +	are simulated with lines.</li> +</ul>  <h4>Attributes </h4>  <ul>    <li> 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</pre>    does not exist in PDF, is simulated using a circle with radius=1.</li>    <li>Floating point primitives are supported.</li>    <li>Filled primitives do not include the line at the edges of the filled area.</li> -	<li><a href="../func/lines.html#cdBegin"> -  <font face="Courier"><strong>Begin</strong></font></a>: <strong><tt>CD_PATH</tt></strong>  -	is supported.</li>  </ul>  <h4>Server Images</h4>  <ul> 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.</li>    <li>Floating point primitives are supported.</li>    <li>Filled primitives do not include the line at the edges of the filled area.</li> -	<li><a href="../func/lines.html#cdBegin"> -  <font face="Courier"><strong>Begin</strong></font></a>: <strong><tt>CD_PATH</tt></strong>  -	is supported.</li>  </ul>  <h4>Server Images</h4>  <ul> diff --git a/html/en/drv/sim.html b/html/en/drv/sim.html index 0e69d9d..93898c5 100644 --- a/html/en/drv/sim.html +++ b/html/en/drv/sim.html @@ -72,7 +72,7 @@    <li><font face="Courier"><b><a href="../func/lines.html#cdBegin">Begin</a></b></font>,    <font face="Courier"><a href="../func/lines.html#cdVertex"><b>Vertex</b></a></font>     and <font face="Courier"><a href="../func/lines.html#cdEnd"><b>End</b></a></font>:  -  simulate using the <strong>Line</strong> or <strong>Pixel</strong> functions, depending on the interior style.</li> +  simulated using the <strong>Line</strong> or <strong>Pixel</strong> functions, depending on the interior style.</li>    <li><font face="Courier"><a href="../func/text.html#cdText"><b>Text</b></a></font>:     text simulation is made using TrueType font files in a transparent way for the     user. Oriented text is not supported.</li> 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 @@    <a href="http://www.tecgraf.puc-rio.br/cd/en/func/marks.html#cdPixel">Pixel</a></strong></font>:     does not exist in SVG, is simulated using a circle with radius=0.1.</li>  	<li>Floating point primitives are supported.</li> -	<li><a href="../func/lines.html#cdBegin"> -  <font face="Courier"><strong>Begin</strong></font></a>: <strong><tt>CD_PATH</tt></strong>  -	is supported.</li>  </dir>  <h4>Client Images</h4>  <dir> diff --git a/html/en/drv/win32.html b/html/en/drv/win32.html index 86a3f4e..df0d902 100644 --- a/html/en/drv/win32.html +++ b/html/en/drv/win32.html @@ -37,9 +37,6 @@    using bitmaps.</li>    <li><font face="Courier"><strong><a href="../func/lines.html#cdLine">Line</a></strong></font>:     needs to draw an extra pixel in the final position.</li> -	<li><a href="../func/lines.html#cdBegin"> -  <font face="Courier"><strong>Begin</strong></font></a>: <strong><tt>CD_PATH</tt></strong>  -	is supported.</li>  </ul>  <h4>Attributes </h4>  <ul> diff --git a/html/en/drv/xrender.html b/html/en/drv/xrender.html index be85b8e..21d9a48 100644 --- a/html/en/drv/xrender.html +++ b/html/en/drv/xrender.html @@ -69,8 +69,8 @@ IRIX.</p>  	contain text regions.</li>    <li><a href="../func/lines.html#cdBegin">    <font face="Courier"><strong>Begin</strong></font></a>: <strong><tt> -  CD_BEZIER</tt></strong> is simulated with lines. -  <strong><tt>CD_PATH</tt></strong> is supported.</li> +  CD_BEZIER</tt></strong> and <strong><tt>CD_PATH</tt></strong>  +	are simulated with lines.</li>    <li><font face="Courier"><strong><a href="../func/lines.html#cdRect">Rect</a></strong></font>:     simulated using the client's <strong>Line</strong>.</li>    <li><font face="Courier"><a href="../func/lines.html#cdArc"><b>Arc</b></a></font>:  @@ -80,7 +80,8 @@ IRIX.</p>    <li><font face="Courier"><b><a href="../func/filled.html#cdChord">Chord</a></b></font>:     simulated using the client's <strong>Poly</strong></li>    <li><font face="Courier"><a href="../func/filled.html#cdBox"><b>Box</b></a></font>:  -  simulated using the client's <strong>Poly</strong>. </li> +  simulated using the client's <strong>Poly</strong>.</li> +	<li>Floating point primitives are supported.</li>  </ul>  <h4>Attributes </h4>  <ul> diff --git a/html/en/drv/xwin.html b/html/en/drv/xwin.html index cd2d900..3049da9 100644 --- a/html/en/drv/xwin.html +++ b/html/en/drv/xwin.html @@ -47,7 +47,8 @@    <li><a href="../func/lines.html#cdBegin">    <font face="Courier"><strong>Begin</strong></font></a>: Filled      polygons have an error of one pixel to the right and below. <strong><tt> -  CD_BEZIER</tt></strong> is simulated with lines.</li> +  CD_BEZIER</tt></strong> and <strong><tt>CD_PATH</tt></strong>  +	are simulated with lines.</li>    <li><span class="style1"><a href="../func/marks.html#cdMark">    <strong>Box</strong></a></span>: in Linux with ATI board, is being drawn with one     extra pixel to the right and below.</li> | 
