summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBryce Harrington <bryce@bryceharrington.org>2007-01-13 08:27:36 +0000
committerbryce <bryce@users.sourceforge.net>2007-01-13 08:27:36 +0000
commit5bbe2bf58200841b059d97e6d628800e5f8a1253 (patch)
tree84ee67b31b9f24ffd78f3de02ac608a85ca0010c /src
parenttypo in extension sort (diff)
downloadinkscape-5bbe2bf58200841b059d97e6d628800e5f8a1253.tar.gz
inkscape-5bbe2bf58200841b059d97e6d628800e5f8a1253.zip
Updating tests for attributes now supported
(bzr r2206)
Diffstat (limited to 'src')
-rw-r--r--src/attributes-test.h66
1 files changed, 33 insertions, 33 deletions
diff --git a/src/attributes-test.h b/src/attributes-test.h
index 1e413c90f..d1d872bf7 100644
--- a/src/attributes-test.h
+++ b/src/attributes-test.h
@@ -50,17 +50,17 @@ struct {char const *attr; bool supported;} const all_attrs[] = {
{"accumulate", true},
{"alignment-baseline", true},
{"alphabetic", false},
- {"amplitude", false},
+ {"amplitude", true},
{"animate", false},
{"arabic-form", false},
{"ascent", false},
{"attributeType", true},
{"azimuth", false},
- {"baseFrequency", false},
+ {"baseFrequency", true},
{"baseline-shift", true},
{"baseProfile", false},
{"bbox", false},
- {"bias", false},
+ {"bias", true},
{"block-progression", true},
{"by", true},
{"calcMode", true},
@@ -82,19 +82,19 @@ struct {char const *attr; bool supported;} const all_attrs[] = {
{"cy", true},
{"d", true},
{"descent", false},
- {"diffuseConstant", false},
+ {"diffuseConstant", true},
{"direction", true},
{"display", true},
- {"divisor", false},
+ {"divisor", true},
{"dominant-baseline", true},
{"dur", true},
{"dx", true},
{"dy", true},
- {"edgeMode", false},
+ {"edgeMode", true},
{"elevation", false},
{"enable-background", true},
{"end", true},
- {"exponent", false},
+ {"exponent", true},
{"externalResourcesRequired", false},
{"feBlend", false},
{"feColorMatrix", false},
@@ -146,15 +146,15 @@ struct {char const *attr; bool supported;} const all_attrs[] = {
{"ideographic", false},
{"image-rendering", true},
{"in", false},
- {"in2", false},
- {"intercept", false},
+ {"in2", true},
+ {"intercept", true},
{"k", false},
- {"k1", false},
- {"k2", false},
- {"k3", false},
- {"k4", false},
- {"kernelMatrix", false},
- {"kernelUnitLength", false},
+ {"k1", true},
+ {"k2", true},
+ {"k3", true},
+ {"k4", true},
+ {"kernelMatrix", true},
+ {"kernelUnitLength", true},
{"kerning", true},
{"keyPoints", false},
{"keySplines", true},
@@ -179,9 +179,9 @@ struct {char const *attr; bool supported;} const all_attrs[] = {
{"media", false},
{"method", false},
{"min", true},
- {"mode", false},
+ {"mode", true},
{"name", true},
- {"numOctaves", false},
+ {"numOctaves", true},
{"offset", true},
{"onabort", false},
{"onactivate", false},
@@ -203,8 +203,8 @@ struct {char const *attr; bool supported;} const all_attrs[] = {
{"onunload", false},
{"onzoom", false},
{"opacity", true},
- {"operator", false},
- {"order", false},
+ {"operator", true},
+ {"order", true},
{"orient", true},
{"orientation", true},
{"origin", false},
@@ -222,11 +222,11 @@ struct {char const *attr; bool supported;} const all_attrs[] = {
{"pointsAtX", false},
{"pointsAtY", false},
{"pointsAtZ", false},
- {"preserveAlpha", false},
+ {"preserveAlpha", true},
{"preserveAspectRatio", true},
{"primitiveUnits", true},
{"r", true},
- {"radius", false},
+ {"radius", true},
{"refX", true},
{"refY", true},
{"rendering-intent", true},
@@ -239,19 +239,19 @@ struct {char const *attr; bool supported;} const all_attrs[] = {
{"rotate", true},
{"rx", true},
{"ry", true},
- {"scale", false},
- {"seed", false},
+ {"scale", true},
+ {"seed", true},
{"shape-rendering", true},
- {"slope", false},
+ {"slope", true},
{"spacing", false},
- {"specularConstant", false},
- {"specularExponent", false},
+ {"specularConstant", true},
+ {"specularExponent", true},
{"spreadMethod", true},
{"startOffset", true},
{"stdDeviation", true},
{"stemh", false},
{"stemv", false},
- {"stitchTiles", false},
+ {"stitchTiles", true},
{"stop-color", true},
{"stop-opacity", true},
{"strikethrough-position", false},
@@ -265,12 +265,12 @@ struct {char const *attr; bool supported;} const all_attrs[] = {
{"stroke-opacity", true},
{"stroke-width", true},
{"style", true},
- {"surfaceScale", false},
+ {"surfaceScale", true},
{"systemLanguage", true},
- {"tableValues", false},
+ {"tableValues", true},
{"target", true},
- {"targetX", false},
- {"targetY", false},
+ {"targetX", true},
+ {"targetY", true},
{"text-align", true},
{"text-anchor", true},
{"text-decoration", true},
@@ -310,7 +310,7 @@ struct {char const *attr; bool supported;} const all_attrs[] = {
{"x-height", false},
{"x1", true},
{"x2", true},
- {"xChannelSelector", false},
+ {"xChannelSelector", true},
{"xlink:actuate", true},
{"xlink:arcrole", true},
{"xlink:href", true},
@@ -325,7 +325,7 @@ struct {char const *attr; bool supported;} const all_attrs[] = {
{"y", true},
{"y1", true},
{"y2", true},
- {"yChannelSelector", false},
+ {"yChannelSelector", true},
{"z", false},
{"zoomAndPan", false},