diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2009-04-04 08:32:27 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2009-04-04 08:32:27 +0000 |
| commit | 6963ca0932c5937dd4420189eb2a9bfc502c98f7 (patch) | |
| tree | 537b789cd24ced2b15fdd44139c1cbcd1fc17b80 /src | |
| parent | Updating tests to more recently added attributes. (diff) | |
| download | inkscape-6963ca0932c5937dd4420189eb2a9bfc502c98f7.tar.gz inkscape-6963ca0932c5937dd4420189eb2a9bfc502c98f7.zip | |
Added attributes to test
(bzr r7620)
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 1669617ce..5593deeba 100644 --- a/src/attributes-test.h +++ b/src/attributes-test.h @@ -359,8 +359,10 @@ struct {char const *attr; bool supported;} const all_attrs[] = { {"inkscape:snap-grids", true}, {"inkscape:snap-to-guides", true}, {"inkscape:snap-intersection-paths", true}, + {"inkscape:original-d", true}, {"inkscape:pageopacity", true}, {"inkscape:pageshadow", true}, + {"inkscape:path-effect", true}, {"inkscape:transform-center-x", true}, {"inkscape:transform-center-y", true}, {"inkscape:zoom", true}, |
