diff options
| author | Niko Kiirala <niko@kiirala.com> | 2008-01-06 13:37:55 +0000 |
|---|---|---|
| committer | kiirala <kiirala@users.sourceforge.net> | 2008-01-06 13:37:55 +0000 |
| commit | 248776fafca6b25b8ec68ccfdcf4e654c2fddd2a (patch) | |
| tree | 53fd039b244454c741e8526e55460151198c378d /src/attributes-test.h | |
| parent | Removing a few more debug statements (diff) | |
| download | inkscape-248776fafca6b25b8ec68ccfdcf4e654c2fddd2a.tar.gz inkscape-248776fafca6b25b8ec68ccfdcf4e654c2fddd2a.zip | |
Updated attributes-test.h to recognize filter effects attributes implemented since 0.45
(bzr r4404)
Diffstat (limited to 'src/attributes-test.h')
| -rw-r--r-- | src/attributes-test.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/attributes-test.h b/src/attributes-test.h index c9b07ccc1..cdc82a475 100644 --- a/src/attributes-test.h +++ b/src/attributes-test.h @@ -57,7 +57,7 @@ struct {char const *attr; bool supported;} const all_attrs[] = { {"arabic-form", false}, {"ascent", false}, {"attributeType", true}, - {"azimuth", false}, + {"azimuth", true}, {"baseFrequency", true}, {"baseline-shift", true}, {"baseProfile", false}, @@ -93,7 +93,7 @@ struct {char const *attr; bool supported;} const all_attrs[] = { {"dx", true}, {"dy", true}, {"edgeMode", true}, - {"elevation", false}, + {"elevation", true}, {"enable-background", true}, {"end", true}, {"exponent", true}, @@ -147,7 +147,7 @@ struct {char const *attr; bool supported;} const all_attrs[] = { {"horiz-origin-y", false}, {"ideographic", false}, {"image-rendering", true}, - {"in", false}, + {"in", true}, {"in2", true}, {"intercept", true}, {"k", false}, @@ -165,7 +165,7 @@ struct {char const *attr; bool supported;} const all_attrs[] = { {"lengthAdjust", false}, {"letter-spacing", true}, {"lighting-color", true}, - {"limitingConeAngle", false}, + {"limitingConeAngle", true}, {"local", true}, {"marker-end", true}, {"marker-mid", true}, @@ -221,9 +221,9 @@ struct {char const *attr; bool supported;} const all_attrs[] = { {"patternUnits", true}, {"pointer-events", true}, {"points", true}, - {"pointsAtX", false}, - {"pointsAtY", false}, - {"pointsAtZ", false}, + {"pointsAtX", true}, + {"pointsAtY", true}, + {"pointsAtZ", true}, {"preserveAlpha", true}, {"preserveAspectRatio", true}, {"primitiveUnits", true}, @@ -237,7 +237,7 @@ struct {char const *attr; bool supported;} const all_attrs[] = { {"requiredFeatures", true}, {"requiredExtensions", true}, {"restart", true}, - {"result", false}, + {"result", true}, {"rotate", true}, {"rx", true}, {"ry", true}, @@ -328,7 +328,7 @@ struct {char const *attr; bool supported;} const all_attrs[] = { {"y1", true}, {"y2", true}, {"yChannelSelector", true}, - {"z", false}, + {"z", true}, {"zoomAndPan", false}, /* Extra attributes. */ |
