From: joncruz Date: Tue, 4 Apr 2006 09:33:09 +0000 (+0000) Subject: Updated cases for attributes added in support X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e91eff996c3db457904688a744bd3eac9b362a47;p=inkscape.git Updated cases for attributes added in support --- 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},