summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2006-04-05 05:33:44 +0000
committerjoncruz <joncruz@users.sourceforge.net>2006-04-05 05:33:44 +0000
commita5ceeda5a42a108f1bf70e2dcd6be65ca422cde7 (patch)
treea94f50914d8e568929ab2cd19698651929fe62d7 /src
parentMoving out icc parser (diff)
downloadinkscape-a5ceeda5a42a108f1bf70e2dcd6be65ca422cde7.tar.gz
inkscape-a5ceeda5a42a108f1bf70e2dcd6be65ca422cde7.zip
Adding new attributes
(bzr r425)
Diffstat (limited to 'src')
-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 1581d4a73..9117bec4c 100644
--- a/src/attributes-test.h
+++ b/src/attributes-test.h
@@ -391,6 +391,8 @@ struct {char const *attr; bool supported;} const all_attrs[] = {
{"showguides", true},
{"gridtolerance", true},
{"guidetolerance", true},
+ {"objecttolerance", true},
+ {"has_abs_tolerance", true},
{"gridoriginx", true},
{"gridoriginy", true},
{"gridspacingx", true},