1 |
|
2004-11-22 Bernhard Reiter <[email protected]> |
2 |
|
|
3 |
|
* Extensions/svgexport/svgmapwriter.py: |
4 |
|
Added verbose variable and some logging depending on it. |
5 |
|
(class VirtualDC(XMLWriter)): Minor improvement in the polygon loop, |
6 |
|
because counting i is not necessary. |
7 |
|
(class Pen, class Brush): Added simple __str__ methods. |
8 |
|
(SVGRenderer.draw_polygone_shape): Fix #2698 (transparent polygons are |
9 |
|
not exported to svg file) Note: holes still unhandled. |
10 |
|
|
11 |
|
* Extensions/svgexport/test/test_svgmapwriter.py: |
12 |
|
Made a baseclass TestWithDC for test needed a DC. |
13 |
|
Added tests for bug #2698 (transparent polygons are not |
14 |
|
exported to svg file): |
15 |
|
Testobjectexport.test_transparent_polygon() |
16 |
|
|
17 |
|
* Thuban/Model/base.py (UnsetModified): |
18 |
|
Fixed some typos in docstring. |
19 |
|
|
20 |
|
* Thuban/UI/baserenderer.py (BaseRenderer.draw_polygon_shape()): |
21 |
|
Added hints on the used algorithm for handling holes. |
22 |
|
|
23 |
2004-11-20 Jan-Oliver Wagner <[email protected]> |
2004-11-20 Jan-Oliver Wagner <[email protected]> |
24 |
|
|
25 |
Some face lifting for the examples. |
Some face lifting for the examples. |