summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDiederik van Lierop <mail@diedenrezi.nl>2007-12-17 20:41:30 +0000
committerdvlierop2 <dvlierop2@users.sourceforge.net>2007-12-17 20:41:30 +0000
commitb65d934ae6623ef5f384b73522a60b73a9695c34 (patch)
tree3905999a2305e4f086c40fc23fd075b845edd0b4 /src
parentrevert comenting of uri argument in PdfImportDialog (diff)
downloadinkscape-b65d934ae6623ef5f384b73522a60b73a9695c34.tar.gz
inkscape-b65d934ae6623ef5f384b73522a60b73a9695c34.zip
Make sure that snapping attributes pass 'make check'
(bzr r4250)
Diffstat (limited to 'src')
-rw-r--r--src/attributes-test.h15
1 files changed, 9 insertions, 6 deletions
diff --git a/src/attributes-test.h b/src/attributes-test.h
index 384c0ca37..c9b07ccc1 100644
--- a/src/attributes-test.h
+++ b/src/attributes-test.h
@@ -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},