summaryrefslogtreecommitdiffstats
path: root/src/attributes-test.h
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2010-01-02 07:15:16 +0000
committerJon A. Cruz <jon@joncruz.org>2010-01-02 07:15:16 +0000
commit1607d480ed2a45fcdf68c428fd40f91ee2336e51 (patch)
tree5b7ea22dac50a510bdb53747b040fdedde7f804d /src/attributes-test.h
parentRefactor snapping of gradient handles; now behaves like all other snapping, i... (diff)
downloadinkscape-1607d480ed2a45fcdf68c428fd40f91ee2336e51.tar.gz
inkscape-1607d480ed2a45fcdf68c428fd40f91ee2336e51.zip
Remove any "inkscape:*" or "sodipodi:*" attributes when saving as "plain SVG". Fixes bug #500440.
Fixed bugs: - https://launchpad.net/bugs/500440 (bzr r8933)
Diffstat (limited to 'src/attributes-test.h')
-rw-r--r--src/attributes-test.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/attributes-test.h b/src/attributes-test.h
index 1d8f32843..6677294f2 100644
--- a/src/attributes-test.h
+++ b/src/attributes-test.h
@@ -378,6 +378,8 @@ struct {char const *attr; bool supported;} const all_attrs[] = {
{"inkscape:connector-type", true},
{"inkscape:connection-start", true},
{"inkscape:connection-end", true},
+ {"inkscape:connection-points", true},
+ {"inkscape:connector-curvature", true},
{"inkscape:connector-avoid", true},
{"inkscape:connector-spacing", true},
{"sodipodi:cx", true},