From: joncruz Date: Sat, 4 Apr 2009 08:16:51 +0000 (+0000) Subject: Updating tests to more recently added attributes. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e21a63758d395ad2a5363f698d277c37ce2e0ab8;p=inkscape.git Updating tests to more recently added attributes. --- diff --git a/src/attributes-test.h b/src/attributes-test.h index 7b021a543..1669617ce 100644 --- a/src/attributes-test.h +++ b/src/attributes-test.h @@ -47,25 +47,25 @@ struct {char const *attr; bool supported;} const all_attrs[] = { {"marker", true}, {"line-height", true}, - {"accent-height", false}, + {"accent-height", true}, {"accumulate", true}, {"alignment-baseline", true}, - {"alphabetic", false}, + {"alphabetic", true}, {"amplitude", true}, {"animate", false}, - {"arabic-form", false}, - {"ascent", false}, + {"arabic-form", true}, + {"ascent", true}, {"attributeType", true}, {"azimuth", true}, {"baseFrequency", true}, {"baseline-shift", true}, {"baseProfile", false}, - {"bbox", false}, + {"bbox", true}, {"bias", true}, {"block-progression", true}, {"by", true}, {"calcMode", true}, - {"cap-height", false}, + {"cap-height", true}, {"class", false}, {"clip", true}, {"clip-path", true}, @@ -82,7 +82,7 @@ struct {char const *attr; bool supported;} const all_attrs[] = { {"cx", true}, {"cy", true}, {"d", true}, - {"descent", false}, + {"descent", true}, {"diffuseConstant", true}, {"direction", true}, {"display", true}, @@ -131,25 +131,25 @@ struct {char const *attr; bool supported;} const all_attrs[] = { {"from", true}, {"fx", true}, {"fy", true}, - {"g1", false}, - {"g2", false}, - {"glyph-name", false}, + {"g1", true}, + {"g2", true}, + {"glyph-name", true}, {"glyph-orientation-horizontal", true}, {"glyph-orientation-vertical", true}, {"glyphRef", false}, {"gradientTransform", true}, {"gradientUnits", true}, - {"hanging", false}, + {"hanging", true}, {"height", true}, - {"horiz-adv-x", false}, - {"horiz-origin-x", false}, - {"horiz-origin-y", false}, - {"ideographic", false}, + {"horiz-adv-x", true}, + {"horiz-origin-x", true}, + {"horiz-origin-y", true}, + {"ideographic", true}, {"image-rendering", true}, {"in", true}, {"in2", true}, {"intercept", true}, - {"k", false}, + {"k", true}, {"k1", true}, {"k2", true}, {"k3", true}, @@ -160,7 +160,7 @@ struct {char const *attr; bool supported;} const all_attrs[] = { {"keyPoints", false}, {"keySplines", true}, {"keyTimes", true}, - {"lang", false}, + {"lang", true}, {"lengthAdjust", false}, {"letter-spacing", true}, {"lighting-color", true}, @@ -175,7 +175,7 @@ struct {char const *attr; bool supported;} const all_attrs[] = { {"mask", true}, {"maskContentUnits", true}, {"maskUnits", true}, - {"mathematical", false}, + {"mathematical", true}, {"max", true}, {"media", false}, {"method", false}, @@ -192,7 +192,7 @@ struct {char const *attr; bool supported;} const all_attrs[] = { {"onerror", false}, {"onfocusin", false}, {"onfocusout", false}, - {"onload", false}, + {"onload", true}, {"onmousedown", false}, {"onmousemove", false}, {"onmouseout", false}, @@ -210,9 +210,9 @@ struct {char const *attr; bool supported;} const all_attrs[] = { {"orientation", true}, {"origin", false}, {"overflow", true}, - {"overline-position", false}, - {"overline-thickness", false}, - {"panose-1", false}, + {"overline-position", true}, + {"overline-thickness", true}, + {"panose-1", true}, {"path", false}, {"pathLength", false}, {"patternContentUnits", true}, @@ -250,13 +250,13 @@ struct {char const *attr; bool supported;} const all_attrs[] = { {"spreadMethod", true}, {"startOffset", true}, {"stdDeviation", true}, - {"stemh", false}, - {"stemv", false}, + {"stemh", true}, + {"stemv", true}, {"stitchTiles", true}, {"stop-color", true}, {"stop-opacity", true}, - {"strikethrough-position", false}, - {"strikethrough-thickness", false}, + {"strikethrough-position", true}, + {"strikethrough-thickness", true}, {"stroke", true}, {"stroke-dasharray", true}, {"stroke-dashoffset", true}, @@ -283,32 +283,32 @@ struct {char const *attr; bool supported;} const all_attrs[] = { {"to", true}, {"transform", true}, {"type", true}, - {"u1", false}, - {"u2", false}, - {"underline-position", false}, - {"underline-thickness", false}, - {"unicode", false}, + {"u1", true}, + {"u2", true}, + {"underline-position", true}, + {"underline-thickness", true}, + {"unicode", true}, {"unicode-bidi", true}, - {"unicode-range", false}, - {"units-per-em", false}, - {"v-alphabetic", false}, - {"v-hanging", false}, - {"v-ideographic", false}, - {"v-mathematical", false}, + {"unicode-range", true}, + {"units-per-em", true}, + {"v-alphabetic", true}, + {"v-hanging", true}, + {"v-ideographic", true}, + {"v-mathematical", true}, {"values", true}, {"version", true}, - {"vert-adv-y", false}, - {"vert-origin-x", false}, - {"vert-origin-y", false}, + {"vert-adv-y", true}, + {"vert-origin-x", true}, + {"vert-origin-y", true}, {"viewBox", true}, {"viewTarget", false}, {"visibility", true}, {"width", true}, - {"widths", false}, + {"widths", true}, {"word-spacing", true}, {"writing-mode", true}, {"x", true}, - {"x-height", false}, + {"x-height", true}, {"x1", true}, {"x2", true}, {"xChannelSelector", true},