Code

Make sure that snapping attributes pass 'make check'
authordvlierop2 <dvlierop2@users.sourceforge.net>
Mon, 17 Dec 2007 20:41:30 +0000 (20:41 +0000)
committerdvlierop2 <dvlierop2@users.sourceforge.net>
Mon, 17 Dec 2007 20:41:30 +0000 (20:41 +0000)
src/attributes-test.h

index 384c0ca373f333f3a05192df9e39fe6acde70626..c9b07ccc129936eb7ff4a27b39367fb435a4e488 100644 (file)
@@ -341,10 +341,17 @@ struct {char const *attr; bool supported;} const all_attrs[] = {
     {"inkscape:groupmode", true},
     {"sodipodi:version", true},
     {"inkscape:version", true},
-/*  {"inkscape:object-bbox", true},
-    {"inkscape:object-points", true},*/
     {"inkscape:object-paths", true},
     {"inkscape:object-nodes", true},
+    {"inkscape:bbox-paths", true},
+    {"inkscape:bbox-nodes", true},
+    {"inkscape:snap-global", true},
+    {"inkscape:snap-bbox", true},
+    {"inkscape:snap-nodes", true},
+    {"inkscape:snap-guide", true},
+    {"inkscape:snap-center", true},
+    {"inkscape:snap-intersection-grid-guide", true},
+    {"inkscape:snap-intersection-line-segments", true},
     {"inkscape:pageopacity", true},
     {"inkscape:pageshadow", true},
     {"inkscape:transform-center-x", true},
@@ -356,10 +363,6 @@ struct {char const *attr; bool supported;} const all_attrs[] = {
     {"inkscape:window-height", true},
     {"inkscape:window-x", true},
     {"inkscape:window-y", true},
-/*  {"inkscape:grid-bbox", true},
-    {"inkscape:guide-bbox", true},
-    {"inkscape:grid-points", true},
-    {"inkscape:guide-points", true},*/
     {"inkscape:current-layer", true},
     {"inkscape:connector-type", true},
     {"inkscape:connection-start", true},