From: joncruz Date: Thu, 27 Apr 2006 15:59:35 +0000 (+0000) Subject: Updated to additions for X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=51295c64609d30f0a39436eb6e655b8f58e7fe9d;p=inkscape.git Updated to additions for --- 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},