From debc9599032c7036006ec124f4ef8f44b8935568 Mon Sep 17 00:00:00 2001 From: scuri Date: Thu, 17 Jun 2010 19:32:24 +0000 Subject: *** empty log message *** --- html/en/func/lines.html | 6 +- html/en/history.html | 2 + html/en/screenshots.html | 66 +- html/en/screenshots_src_c.html | 865 +++++++++++++++++++++ html/screenshots/cd_cgm_powerpoint.png | Bin 30963 -> 0 bytes html/screenshots/cd_emf_gdiplus_powerpoint.png | Bin 82265 -> 80348 bytes .../cd_emf_gdiplus_powerpoint_small.png | Bin 28600 -> 0 bytes html/screenshots/cd_emf_win32_powerpoint.png | Bin 29577 -> 49998 bytes html/screenshots/cd_emf_win32_powerpoint_small.png | Bin 21126 -> 0 bytes html/screenshots/cd_imagergb_small.png | Bin 23968 -> 0 bytes html/screenshots/cd_nativewindow_cairo_small.png | Bin 24083 -> 0 bytes html/screenshots/cd_nativewindow_gdiplus_small.png | Bin 23999 -> 0 bytes html/screenshots/cd_nativewindow_gdk_small.png | Bin 21519 -> 0 bytes html/screenshots/cd_nativewindow_win32_small.png | Bin 21152 -> 0 bytes html/screenshots/cd_nativewindow_x11_small.png | Bin 20803 -> 0 bytes html/screenshots/cd_pdf.pdf | Bin 10647 -> 10637 bytes html/screenshots/cd_pdf_acrobatreader.png | Bin 74619 -> 76541 bytes html/screenshots/cd_pdf_acrobatreader_small.png | Bin 29502 -> 0 bytes html/screenshots/cd_ps.ps | 4 +- html/screenshots/cd_ps_ghostscript.png | Bin 36809 -> 54352 bytes html/screenshots/cd_ps_ghostscript_small.png | Bin 29044 -> 0 bytes html/screenshots/cd_svg.svg | 80 +- html/screenshots/cd_svg_firefox_small.png | Bin 27677 -> 0 bytes .../small/cd_emf_gdiplus_powerpoint_small.png | Bin 28600 -> 26312 bytes .../small/cd_emf_win32_powerpoint_small.png | Bin 21126 -> 21568 bytes .../small/cd_pdf_acrobatreader_small.png | Bin 29502 -> 27678 bytes html/screenshots/small/cd_ps_ghostscript_small.png | Bin 29044 -> 24099 bytes html/wb/wb_usr.lua | 9 +- html/wb_search.txt | 31 +- html/wb_tree.html | 401 +++++----- 30 files changed, 1186 insertions(+), 278 deletions(-) create mode 100644 html/en/screenshots_src_c.html delete mode 100644 html/screenshots/cd_cgm_powerpoint.png delete mode 100644 html/screenshots/cd_emf_gdiplus_powerpoint_small.png delete mode 100644 html/screenshots/cd_emf_win32_powerpoint_small.png delete mode 100644 html/screenshots/cd_imagergb_small.png delete mode 100644 html/screenshots/cd_nativewindow_cairo_small.png delete mode 100644 html/screenshots/cd_nativewindow_gdiplus_small.png delete mode 100644 html/screenshots/cd_nativewindow_gdk_small.png delete mode 100644 html/screenshots/cd_nativewindow_win32_small.png delete mode 100644 html/screenshots/cd_nativewindow_x11_small.png delete mode 100644 html/screenshots/cd_pdf_acrobatreader_small.png delete mode 100644 html/screenshots/cd_ps_ghostscript_small.png delete mode 100644 html/screenshots/cd_svg_firefox_small.png (limited to 'html') 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: number) -> (old_style: number) [in canvas:LineStyleDashes(dashes: table, count: number) -> (old_style: number) [in Lua] -

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 +

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: "10 2 5 2" means dash size 10, space size 2, dash size 5, space size - 2, and repeats the pattern.

+ 2, and repeats the pattern. Sizes are in pixels.

int cdCanvasLineWidth(cdCanvas* canvas, int width); [in C]
double wdCanvasLineWidth(cdCanvas* canvas, double width_mm); (WC) [in C] diff --git a/html/en/history.html b/html/en/history.html index ff197bb..78ac63e 100644 --- a/html/en/history.html +++ b/html/en/history.html @@ -73,6 +73,8 @@
  • Fixed: missed implementation for CD_DEBUG, CD_PICTURE and CD_DBUFFERRGB in Lua.
  • Fixed: Chord in PDF driver.
  • +
  • Fixed: custom line style sizes in CD_PDF + and CD_PS drivers to match behavior of other drivers.
  • Version 5.3 (26/Jan/2010)