summaryrefslogtreecommitdiffstats
path: root/src/attributes-test.h
diff options
context:
space:
mode:
authorNiko Kiirala <niko@kiirala.com>2006-06-22 08:07:44 +0000
committerkiirala <kiirala@users.sourceforge.net>2006-06-22 08:07:44 +0000
commit3adf78b136c13d7d98e5e01ff62350643f4a475f (patch)
tree264c2c51342d11c01d2cc68396b7e2f51f2caab4 /src/attributes-test.h
parentremove 'non virtual destructor' warning (diff)
downloadinkscape-3adf78b136c13d7d98e5e01ff62350643f4a475f.tar.gz
inkscape-3adf78b136c13d7d98e5e01ff62350643f4a475f.zip
Added virtual destructors for filter primitives. Corrected
attributes-test: filterRes, filterUnits, primitiveUnits and stdDeviation are now recognized. (bzr r1259)
Diffstat (limited to 'src/attributes-test.h')
-rw-r--r--src/attributes-test.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/attributes-test.h b/src/attributes-test.h
index 8bf6c70cb..c71b8f04c 100644
--- a/src/attributes-test.h
+++ b/src/attributes-test.h
@@ -105,8 +105,8 @@ struct {char const *attr; bool supported;} const all_attrs[] = {
{"fill-opacity", true},
{"fill-rule", true},
{"filter", true},
- {"filterRes", false},
- {"filterUnits", false},
+ {"filterRes", true},
+ {"filterUnits", true},
{"flood-color", true},
{"flood-opacity", true},
{"font-family", true},
@@ -214,7 +214,7 @@ struct {char const *attr; bool supported;} const all_attrs[] = {
{"pointsAtZ", false},
{"preserveAlpha", false},
{"preserveAspectRatio", true},
- {"primitiveUnits", false},
+ {"primitiveUnits", true},
{"r", true},
{"radius", false},
{"refX", true},
@@ -238,7 +238,7 @@ struct {char const *attr; bool supported;} const all_attrs[] = {
{"specularExponent", false},
{"spreadMethod", true},
{"startOffset", true},
- {"stdDeviation", false},
+ {"stdDeviation", true},
{"stemh", false},
{"stemv", false},
{"stitchTiles", false},