summaryrefslogtreecommitdiff
path: root/html/en/func
diff options
context:
space:
mode:
authorscuri <scuri>2009-07-08 17:04:13 +0000
committerscuri <scuri>2009-07-08 17:04:13 +0000
commit844ca3e107bd7a7f63d023642bb49618be96c68f (patch)
tree5070d2fbbd5b0b7afd7fae30028f7c6ff89f1a58 /html/en/func
parentad9b34e834fc762ca63073e9865526125644edaa (diff)
*** empty log message ***
Diffstat (limited to 'html/en/func')
-rw-r--r--html/en/func/lines.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/en/func/lines.html b/html/en/func/lines.html
index 33dd7e4..b748391 100644
--- a/html/en/func/lines.html
+++ b/html/en/func/lines.html
@@ -109,7 +109,7 @@ canvas:LineStyleDashes(dashes: table, count: number) -&gt; (old_style: number) [
example: &quot;10 2 5 2&quot; means dash size 10, space size 2, dash size 5, space size
2, and repeats the pattern. </p>
-<pre class="function"><span class="mainFunction">int <a name="cdLineWidth">cdCanvasLineWidth</a>(cdCanvas* canvas, int width); [in C]<br></span>double wdCanvasLineWidth(double width_mm); (WC) [in C]
+<pre class="function"><span class="mainFunction">int <a name="cdLineWidth">cdCanvasLineWidth</a>(cdCanvas* canvas, int width); [in C]<br></span>double wdCanvasLineWidth(cdCanvas* canvas, double width_mm); (WC) [in C]
canvas:LineWidth(width: number) -&gt; (old_width: number) [in Lua]
canvas:wLineWidth(width_mm: number) -&gt; (old_width_mm: number) (WC) [in Lua]</pre>