summaryrefslogtreecommitdiffstats
path: root/src/livarot/ShapeDraw.cpp
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2009-10-09 00:31:14 +0000
committerjoncruz <joncruz@users.sourceforge.net>2009-10-09 00:31:14 +0000
commit5fde0d7605af20d0c7a71cbe4ec8e4219e3d363a (patch)
tree78a98f11ae6eb1b24861cb41e51dccc2b4603883 /src/livarot/ShapeDraw.cpp
parentRefactored multiple methods to single data-driven one. (diff)
downloadinkscape-5fde0d7605af20d0c7a71cbe4ec8e4219e3d363a.tar.gz
inkscape-5fde0d7605af20d0c7a71cbe4ec8e4219e3d363a.zip
Cleanup of out-of-sync tests
(bzr r8751)
Diffstat (limited to 'src/livarot/ShapeDraw.cpp')
-rw-r--r--src/livarot/ShapeDraw.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/livarot/ShapeDraw.cpp b/src/livarot/ShapeDraw.cpp
index f3a8dbd1f..d222cc49c 100644
--- a/src/livarot/ShapeDraw.cpp
+++ b/src/livarot/ShapeDraw.cpp
@@ -24,7 +24,6 @@ Shape::Plot (double ix, double iy, double ir, double mx, double my, bool doPoint
fprintf(outFile,"\"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd\">\n");
fprintf(outFile,"<svg:svg\n");
fprintf(outFile," id=\"svg1\"\n");
- fprintf(outFile," sodipodi:version=\"0.32\"\n");
fprintf(outFile," inkscape:version=\"0.38cvs\"\n");
fprintf(outFile," xmlns:svg=\"http://www.w3.org/2000/svg\"\n");
fprintf(outFile," xmlns:sodipodi=\"http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd\"\n");