bernhard: thuban ChangeLog,1.708,1.709
cvs@intevation.de
cvs at intevation.de
Mon Nov 22 12:17:49 CET 2004
Author: bernhard
Update of /thubanrepository/thuban
In directory doto:/tmp/cvs-serv8413
Modified Files:
ChangeLog
Log Message:
Fixing #2698 (transparent polygons are not exported to svg file)
* Extensions/svgexport/svgmapwriter.py:
Added verbose variable and some logging depending on it.
(class VirtualDC(XMLWriter)): Minor improvement in the polygon loop,
because counting i is not necessary.
(class Pen, class Brush): Added simple __str__ methods.
(SVGRenderer.draw_polygone_shape): Fix #2698 (transparent polygons are
not exported to svg file) Note: holes still unhandled.
* Extensions/svgexport/test/test_svgmapwriter.py:
Made a baseclass TestWithDC for test needed a DC.
Added tests for bug #2698 (transparent polygons are not
exported to svg file):
Testobjectexport.test_transparent_polygon()
Index: ChangeLog
===================================================================
RCS file: /thubanrepository/thuban/ChangeLog,v
retrieving revision 1.708
retrieving revision 1.709
diff -u -d -r1.708 -r1.709
--- ChangeLog 20 Nov 2004 21:58:58 -0000 1.708
+++ ChangeLog 22 Nov 2004 11:17:47 -0000 1.709
@@ -1,3 +1,25 @@
+2004-11-22 Bernhard Reiter <bernhard at intevation.de>
+
+ * Extensions/svgexport/svgmapwriter.py:
+ Added verbose variable and some logging depending on it.
+ (class VirtualDC(XMLWriter)): Minor improvement in the polygon loop,
+ because counting i is not necessary.
+ (class Pen, class Brush): Added simple __str__ methods.
+ (SVGRenderer.draw_polygone_shape): Fix #2698 (transparent polygons are
+ not exported to svg file) Note: holes still unhandled.
+
+ * Extensions/svgexport/test/test_svgmapwriter.py:
+ Made a baseclass TestWithDC for test needed a DC.
+ Added tests for bug #2698 (transparent polygons are not
+ exported to svg file):
+ Testobjectexport.test_transparent_polygon()
+
+ * Thuban/Model/base.py (UnsetModified):
+ Fixed some typos in docstring.
+
+ * Thuban/UI/baserenderer.py (BaseRenderer.draw_polygon_shape()):
+ Added hints on the used algorithm for handling holes.
+
2004-11-20 Jan-Oliver Wagner <jan at intevation.de>
Some face lifting for the examples.
More information about the Thuban-devel
mailing list
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)