diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2006-04-27 15:59:35 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2006-04-27 15:59:35 +0000 |
| commit | 2d172996f60a21c50ebf70472e6633d8b00b7397 (patch) | |
| tree | 2c9e1c3761824327deb4b942b2c057d8b63003dc /src | |
| parent | Add axis and function token stubs to token set (diff) | |
| download | inkscape-2d172996f60a21c50ebf70472e6633d8b00b7397.tar.gz inkscape-2d172996f60a21c50ebf70472e6633d8b00b7397.zip | |
Updated to additions for <switch>
(bzr r599)
Diffstat (limited to 'src')
| -rw-r--r-- | src/attributes-test.h | 5 |
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}, |
