diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2006-04-04 09:33:09 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2006-04-04 09:33:09 +0000 |
| commit | d711b572693b99b97de44e191d225f10621cc5c8 (patch) | |
| tree | 72eaeff9dc9135d017f002137e206d9a10f144b7 /src | |
| parent | Converting attributes test to CxxTest (diff) | |
| download | inkscape-d711b572693b99b97de44e191d225f10621cc5c8.tar.gz inkscape-d711b572693b99b97de44e191d225f10621cc5c8.zip | |
Updated cases for attributes added in <color-profile> support
(bzr r423)
Diffstat (limited to 'src')
| -rw-r--r-- | src/attributes-test.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/attributes-test.h b/src/attributes-test.h index acd1fc404..1581d4a73 100644 --- a/src/attributes-test.h +++ b/src/attributes-test.h @@ -151,7 +151,7 @@ struct {char const *attr; bool supported;} const all_attrs[] = { {"letter-spacing", true}, {"lighting-color", true}, {"limitingConeAngle", false}, - {"local", false}, + {"local", true}, {"marker-end", true}, {"marker-mid", true}, {"marker-start", true}, @@ -167,7 +167,7 @@ struct {char const *attr; bool supported;} const all_attrs[] = { {"method", false}, {"min", true}, {"mode", false}, - {"name", false}, + {"name", true}, {"numOctaves", false}, {"offset", true}, {"onabort", false}, @@ -216,7 +216,7 @@ struct {char const *attr; bool supported;} const all_attrs[] = { {"radius", false}, {"refX", true}, {"refY", true}, - {"rendering-intent", false}, + {"rendering-intent", true}, {"repeatCount", true}, {"repeatDur", true}, {"requiredExtensions", false}, |
