1 |
2004-12-11 Bernhard Reiter <[email protected]> |
2004-12-11 Bernhard Reiter <[email protected]> |
2 |
|
|
3 |
|
Made sure that newlines are inserted in the svg path d attributes |
4 |
|
to raise the chance that the line length will be below 255 characters, |
5 |
|
as recommended by REC SVG 1.1 in section 8.3.1. |
6 |
|
|
7 |
|
* Extensions/svgexport/svgmapwriter.py(DrawPolygon): |
8 |
|
Adding \n before L's and changed whitespace handling. |
9 |
|
|
10 |
|
* Extensions/svgexport/test/test_svgmapwriter.py: |
11 |
|
Adapted tests to new whitespace handling of DrawPolygon. |
12 |
|
|
13 |
|
2004-12-11 Bernhard Reiter <[email protected]> |
14 |
|
|
15 |
* Doc/technotes/coding_guidelines.txt: easy typo fixed. |
* Doc/technotes/coding_guidelines.txt: easy typo fixed. |
16 |
|
|
17 |
* Extensions/svgexport/test/test_svgmapwriter.py: |
* Extensions/svgexport/test/test_svgmapwriter.py: |