summaryrefslogtreecommitdiff
path: root/html/en/func/lines.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/en/func/lines.html')
-rw-r--r--html/en/func/lines.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/html/en/func/lines.html b/html/en/func/lines.html
index 6ba78d7..cbea432 100644
--- a/html/en/func/lines.html
+++ b/html/en/func/lines.html
@@ -108,10 +108,10 @@ canvas:LineStyle(style: <em>number</em>) -&gt; (old_style: <em>number</em>) [in
canvas:LineStyleDashes(dashes: table, count: number) -&gt; (old_style: number) [in Lua]</pre>
- <p>Defines the custom line style dashes. The first value is the lenght of the
- first dash, the second value is the leght of the first space, and so on. For
+ <p>Defines the custom line style dashes. The first value is the length of the
+ first dash, the second value is the length of the first space, and so on. For
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>
+ 2, and repeats the pattern. Sizes are in pixels.</p>
<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]