1 |
|
2004-12-11 Bernhard Reiter <[email protected]> |
2 |
|
|
3 |
|
* Doc/technotes/coding_guidelines.txt: easy typo fixed. |
4 |
|
|
5 |
|
* Extensions/svgexport/test/test_svgmapwriter.py: |
6 |
|
Removed test_drawbezier in favour of new test_drawspline3 and |
7 |
|
test_drawspline4 within new class TestDrawSplines(TestVirtualDC). |
8 |
|
All only to test DrawSpline. |
9 |
|
|
10 |
|
* Extensions/svgexport/svgmapwriter.py(DrawSpline): |
11 |
|
New implementation now really using the strange algorithm of |
12 |
|
xfig 3.1's approximated splines and its conversion to postscript |
13 |
|
with one twist: SVG can do quadratic beziers, so skipped translation |
14 |
|
to cubic beziers. |
15 |
|
(TestWithDC): Typo in comment fixed. |
16 |
|
|
17 |
2004-12-09 Martin Schulze <[email protected]> |
2004-12-09 Martin Schulze <[email protected]> |
18 |
|
|
19 |
* Thuban/Model/classgen.py: Added missing character encoding |
* Thuban/Model/classgen.py: Added missing character encoding |