From 844ca3e107bd7a7f63d023642bb49618be96c68f Mon Sep 17 00:00:00 2001
From: scuri
Date: Wed, 8 Jul 2009 17:04:13 +0000
Subject: *** empty log message ***
---
html/en/func/lines.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'html/en/func/lines.html')
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) -> (old_style: number) [
example: "10 2 5 2" means dash size 10, space size 2, dash size 5, space size
2, and repeats the pattern.
-int cdCanvasLineWidth(cdCanvas* canvas, int width); [in C]
double wdCanvasLineWidth(double width_mm); (WC) [in C]
+int cdCanvasLineWidth(cdCanvas* canvas, int width); [in C]
double wdCanvasLineWidth(cdCanvas* canvas, double width_mm); (WC) [in C]
canvas:LineWidth(width: number) -> (old_width: number) [in Lua]
canvas:wLineWidth(width_mm: number) -> (old_width_mm: number) (WC) [in Lua]
--
cgit v1.2.3