diff options
| author | scuri <scuri> | 2011-09-27 19:06:19 +0000 | 
|---|---|---|
| committer | scuri <scuri> | 2011-09-27 19:06:19 +0000 | 
| commit | 18dc8b841de3c7acf274fe4a2fb21a37091c6cb0 (patch) | |
| tree | 5561e206f2bf9d3dba3f9d3c8dcc076dfe0e97f2 /html/en | |
| parent | 6b4dae19b6770b5b151afed4548228488e4ad771 (diff) | |
*** empty log message ***
Diffstat (limited to 'html/en')
| -rw-r--r-- | html/en/drv/svg.html | 3 | ||||
| -rw-r--r-- | html/en/func/coordinates.html | 13 | ||||
| -rw-r--r-- | html/en/history.html | 12 | 
3 files changed, 18 insertions, 10 deletions
| diff --git a/html/en/drv/svg.html b/html/en/drv/svg.html index f05fc2f..1b4582c 100644 --- a/html/en/drv/svg.html +++ b/html/en/drv/svg.html @@ -54,7 +54,8 @@ being used then be aware that they will be affected.</p>  <h4>Coordinate System and Clipping </h4>  <dir>    <li><a href="../func/coordinates.html#cdUpdateYAxis"><font face="Courier"> -  <strong>UpdateYAxis</strong></font></a>: does nothing.</li> +  <strong>UpdateYAxis</strong></font></a>: the orientation of axis Y is the  +  opposite to its orientation in the CD library.</li>  	<li><b>Complex Regions</b>: not supported.</li>  </dir>  <h4>Attributes</h4> diff --git a/html/en/func/coordinates.html b/html/en/func/coordinates.html index ce4ff9a..e8c45ea 100644 --- a/html/en/func/coordinates.html +++ b/html/en/func/coordinates.html @@ -22,13 +22,16 @@ canvas:GetSize() -> (width, height, mm_width, mm_height: number) [in Lua]</pr  canvas:YAxisMode(invert: number) -> (old_invert: number) [in Lua]</pre> -  <p>Controls the orientation of the Y axis. Internally in some drivers the  +  <p>Returns the orientation of the Y axis. Internally in some drivers the   	native axis orientation is top-bottom, so the CD primitives must invert the   	Y axis since the CD orientation is bottom-top. Using CD_QUERY will return  -	the current Y axis mode, if needs to be invert or not. Using 1 or 0 you can  -	control if the Y axis should be inverted or not independent from the native  -	orientation, with that you can in fact invert the orientation of the CD  -	primitives.</p> +	the current Y axis mode, if needs to be inverted internally or not.</p> +	<p>Using 1 or 0 you can  +	control if the Y axis will be inverted or not. But this is <strong>not</strong>  +	recommended, because it has several limitations. Only drivers that the  +	native axis orientation is inverted can be controlled, drivers that has the  +	same orientation of the CD library can not be controlled. If changed Vector  +	Text will always displays the text upside down.</p>  </div><div class="function"><pre class="function"><span class="mainFunction">int <a name="cdUpdateYAxis">cdCanvasUpdateYAxis</a>(cdCanvas* canvas, int *y); [in C]</span>  double cdfCanvasUpdateYAxis(cdCanvas* canvas, double *y); [in C] diff --git a/html/en/history.html b/html/en/history.html index 6d7ad67..0644c9b 100644 --- a/html/en/history.html +++ b/html/en/history.html @@ -27,7 +27,7 @@  <body>  <h2>History of Changes</h2> -<h3>CVS (15/Ago/2011)</h3> +<h3>CVS (27/Sep/2011)</h3>  <ul>  	<li><span class="hist_new">New:</span> functions <strong>cdContextIsPlus</strong>   	and <strong>cdContextType</strong>.</li> @@ -40,6 +40,13 @@  	<span style="font-size:12.0pt;font-family:"Helvetica","sans-serif";  mso-fareast-font-family:"Times New Roman";color:black;mso-ansi-language:PT-BR;  mso-fareast-language:PT-BR;mso-bidi-language:AR-SA">CD_RGBA.</span></li> +	<li> +		<span class="hist_fixed">Fixed:</span> <strong>Arc</strong>, <strong>Sector</strong> and +		<strong>Chord</strong> angles in  +		GDI+ base driver.</li> +	<li> +		<span class="hist_fixed">Fixed:</span> documentation of <strong> +		YAxisMode</strong>.</li>  </ul>  <h3><a href="http://sourceforge.net/projects/canvasdraw/files/5.4.1/">Version   5.4.1</a> (09/Nov/2010)</h3> @@ -88,9 +95,6 @@ mso-fareast-language:PT-BR;mso-bidi-language:AR-SA">CD_RGBA.</span></li>  	<li>  		<span class="hist_fixed">Fixed:</span> resources release in Win32 double   		buffer driver.</li> -	<li> -		<span class="hist_fixed">Fixed:</span> Arc, Sector and Chord angles in  -		GDI+ base driver.</li>  </ul>  <h3><a href="http://sourceforge.net/projects/canvasdraw/files/5.4/">Version 5.4</a> (24/June/2010)</h3>  <ul> | 
