summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2015-02-20 11:01:48 +0000
committertavmjong-free <tavmjong@free.fr>2015-02-20 11:01:48 +0000
commitf573270a30dba3af8f40a0ac25d4257f3d0d220b (patch)
treeb5b61773c80c3fe26fcaf32ab5c3f825e0c0d65f /src
parentscale groups when changing document units. (Bug 1369197) (diff)
downloadinkscape-f573270a30dba3af8f40a0ac25d4257f3d0d220b.tar.gz
inkscape-f573270a30dba3af8f40a0ac25d4257f3d0d220b.zip
Eliminate errors and reduce warnings.
(bzr r13927)
Diffstat (limited to 'src')
-rw-r--r--src/attributes-test.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/src/attributes-test.h b/src/attributes-test.h
index ba34717ea..7379e4e85 100644
--- a/src/attributes-test.h
+++ b/src/attributes-test.h
@@ -38,6 +38,8 @@ public:
attindex.html lacks attributeName, begin, additive, font, marker;
I've added these manually.
+
+ SVG 2: white-space, shape-inside, shape-outside, shape-padding, shape-margin
*/
struct {char const *attr; bool supported;} const all_attrs[] = {
{"attributeName", true},
@@ -163,7 +165,7 @@ struct {char const *attr; bool supported;} const all_attrs[] = {
{"keySplines", true},
{"keyTimes", true},
{"lang", true},
- {"lengthAdjust", false},
+ {"lengthAdjust", true},
{"letter-spacing", true},
{"lighting-color", true},
{"limitingConeAngle", true},
@@ -246,6 +248,10 @@ struct {char const *attr; bool supported;} const all_attrs[] = {
{"ry", true},
{"scale", true},
{"seed", true},
+ {"shape-inside", true},
+ {"shape-margin", true},
+ {"shape-outside", true},
+ {"shape-padding", true},
{"shape-rendering", true},
{"slope", true},
{"spacing", false},
@@ -285,7 +291,7 @@ struct {char const *attr; bool supported;} const all_attrs[] = {
{"text-indent", true},
{"text-rendering", true},
{"text-transform", true},
- {"textLength", false},
+ {"textLength", true},
{"title", false},
{"to", true},
{"transform", true},
@@ -310,6 +316,7 @@ struct {char const *attr; bool supported;} const all_attrs[] = {
{"viewBox", true},
{"viewTarget", false},
{"visibility", true},
+ {"white-space", true},
{"width", true},
{"widths", true},
{"word-spacing", true},