summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2006-04-27 15:59:35 +0000
committerjoncruz <joncruz@users.sourceforge.net>2006-04-27 15:59:35 +0000
commit2d172996f60a21c50ebf70472e6633d8b00b7397 (patch)
tree2c9e1c3761824327deb4b942b2c057d8b63003dc /src
parentAdd axis and function token stubs to token set (diff)
downloadinkscape-2d172996f60a21c50ebf70472e6633d8b00b7397.tar.gz
inkscape-2d172996f60a21c50ebf70472e6633d8b00b7397.zip
Updated to additions for <switch>
(bzr r599)
Diffstat (limited to 'src')
-rw-r--r--src/attributes-test.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/attributes-test.h b/src/attributes-test.h
index 9117bec4c..ffef1b244 100644
--- a/src/attributes-test.h
+++ b/src/attributes-test.h
@@ -219,7 +219,8 @@ struct {char const *attr; bool supported;} const all_attrs[] = {
{"rendering-intent", true},
{"repeatCount", true},
{"repeatDur", true},
- {"requiredExtensions", false},
+ {"requiredFeatures", true},
+ {"requiredExtensions", true},
{"restart", true},
{"result", false},
{"rotate", true},
@@ -252,7 +253,7 @@ struct {char const *attr; bool supported;} const all_attrs[] = {
{"stroke-width", true},
{"style", true},
{"surfaceScale", false},
- {"systemLanguage", false},
+ {"systemLanguage", true},
{"tableValues", false},
{"target", true},
{"targetX", false},