bernhard: thuban ChangeLog,1.722,1.723
cvs@intevation.de
cvs at intevation.de
Sat Dec 11 03:03:49 CET 2004
Author: bernhard
Update of /thubanrepository/thuban
In directory doto:/tmp/cvs-serv29643
Modified Files:
ChangeLog
Log Message:
* Doc/technotes/coding_guidelines.txt: easy typo fixed.
* Extensions/svgexport/test/test_svgmapwriter.py:
Removed test_drawbezier in favour of new test_drawspline3 and
test_drawspline4 within new class TestDrawSplines(TestVirtualDC).
All only to test DrawSpline.
* Extensions/svgexport/svgmapwriter.py(DrawSpline):
New implementation now really using the strange algorithm of
xfig 3.1's approximated splines and its conversion to postscript
with one twist: SVG can do quadratic beziers, so skipped translation
to cubic beziers.
(TestWithDC): Typo in comment fixed.
Index: ChangeLog
===================================================================
RCS file: /thubanrepository/thuban/ChangeLog,v
retrieving revision 1.722
retrieving revision 1.723
diff -u -d -r1.722 -r1.723
--- ChangeLog 9 Dec 2004 10:51:09 -0000 1.722
+++ ChangeLog 11 Dec 2004 02:03:47 -0000 1.723
@@ -1,3 +1,19 @@
+2004-12-11 Bernhard Reiter <bernhard at intevation.de>
+
+ * Doc/technotes/coding_guidelines.txt: easy typo fixed.
+
+ * Extensions/svgexport/test/test_svgmapwriter.py:
+ Removed test_drawbezier in favour of new test_drawspline3 and
+ test_drawspline4 within new class TestDrawSplines(TestVirtualDC).
+ All only to test DrawSpline.
+
+ * Extensions/svgexport/svgmapwriter.py(DrawSpline):
+ New implementation now really using the strange algorithm of
+ xfig 3.1's approximated splines and its conversion to postscript
+ with one twist: SVG can do quadratic beziers, so skipped translation
+ to cubic beziers.
+ (TestWithDC): Typo in comment fixed.
+
2004-12-09 Martin Schulze <joey at infodrom.org>
* Thuban/Model/classgen.py: Added missing character encoding
More information about the Thuban-devel
mailing list
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)