diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2006-04-05 05:33:44 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2006-04-05 05:33:44 +0000 |
| commit | a5ceeda5a42a108f1bf70e2dcd6be65ca422cde7 (patch) | |
| tree | a94f50914d8e568929ab2cd19698651929fe62d7 /src | |
| parent | Moving out icc parser (diff) | |
| download | inkscape-a5ceeda5a42a108f1bf70e2dcd6be65ca422cde7.tar.gz inkscape-a5ceeda5a42a108f1bf70e2dcd6be65ca422cde7.zip | |
Adding new attributes
(bzr r425)
Diffstat (limited to 'src')
| -rw-r--r-- | src/attributes-test.h | 2 |
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}, |
