From 15e1d869a5320386f182beb6005df6eb7ee5603e Mon Sep 17 00:00:00 2001 From: kiirala Date: Sun, 6 Jan 2008 13:37:55 +0000 Subject: [PATCH] Updated attributes-test.h to recognize filter effects attributes implemented since 0.45 --- src/attributes-test.h | 18 +++++++++--------- 1 file 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. */ -- 2.30.2