From bee3b1cad515d16fd4fe704ec5ee0dfe3510f802 Mon Sep 17 00:00:00 2001 From: dvlierop2 Date: Mon, 17 Dec 2007 20:41:30 +0000 Subject: [PATCH] Make sure that snapping attributes pass 'make check' --- src/attributes-test.h | 15 +++++++++------ 1 file 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}, -- 2.30.2