diff options
author | scuri <scuri> | 2010-10-14 18:07:59 +0000 |
---|---|---|
committer | scuri <scuri> | 2010-10-14 18:07:59 +0000 |
commit | 26ee3a10b806df99915805516567f6ad38956ac4 (patch) | |
tree | 65b9d3812776ed84b9d09c5c42e99594228cbff2 /html/en/history.html | |
parent | 6620df9471268a72f0c58eddb99c0d612bca566e (diff) |
Fixed: locale in SVG for floating point numbers, it must use dots "." for decimal separators.
Diffstat (limited to 'html/en/history.html')
-rw-r--r-- | html/en/history.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/html/en/history.html b/html/en/history.html index 87d714e..06eb512 100644 --- a/html/en/history.html +++ b/html/en/history.html @@ -59,6 +59,9 @@ <span class="hist_fixed">Fixed:</span> polygon filling in CD_IMAGERGB driver when there are many horizontal lines in sequence on the same polygon.</li> + <li> + <span class="hist_fixed">Fixed:</span> locale in SVG for floating point + numbers, it must use dots "." for decimal separators.</li> </ul> <h3><a href="http://sourceforge.net/projects/canvasdraw/files/5.4/">Version 5.4</a> (24/June/2010)</h3> <ul> |