diff options
author | scuri <scuri> | 2010-10-19 15:31:16 +0000 |
---|---|---|
committer | scuri <scuri> | 2010-10-19 15:31:16 +0000 |
commit | d965dd8953d37a41ab8958a3ff05d0d9aa14c09f (patch) | |
tree | 7cdb340fbddafd388fd785c7b4181164375586c8 /html/en/drv/svg.html | |
parent | 1129345787a6317b5eafeabe92fe52050187682e (diff) |
*** empty log message ***
Diffstat (limited to 'html/en/drv/svg.html')
-rw-r--r-- | html/en/drv/svg.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/en/drv/svg.html b/html/en/drv/svg.html index c9cfcbd..f05fc2f 100644 --- a/html/en/drv/svg.html +++ b/html/en/drv/svg.html @@ -38,7 +38,7 @@ cdKillCanvas</strong></font></a> is required to <b>close</b> the file properly.</p> <p><strong>IMPORTANT:</strong> because the SVG specification states that floating point number must use dots "." for floating point separators, we set -the numeric locale to "English" when the canvas is created, and restore it when +the numeric locale to "C" when the canvas is created, and restore it when it is destroyed. But since it uses the global C function <strong>setlocale</strong> if you use other C functions that are locale dependent while the SVG canvas is being used then be aware that they will be affected.</p> |