summaryrefslogtreecommitdiffstats
path: root/src/attributes-test.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/attributes-test.h')
-rw-r--r--src/attributes-test.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/attributes-test.h b/src/attributes-test.h
index 411304ec3..1fc3972c0 100644
--- a/src/attributes-test.h
+++ b/src/attributes-test.h
@@ -43,6 +43,7 @@ public:
SVG 2: text-decoration-fill, text-decoration-stroke
SVG 2: solid-color, solid-opacity
SVG 2: Hatches and Meshes
+ CSS 3: text-orientation
CSS 3: font-variant-xxx, font-feature-settings
*/
struct {char const *attr; bool supported;} const all_attrs[] = {
@@ -69,7 +70,6 @@ struct {char const *attr; bool supported;} const all_attrs[] = {
{"baseProfile", false},
{"bbox", true},
{"bias", true},
- {"block-progression", true},
{"by", true},
{"calcMode", true},
{"cap-height", true},
@@ -334,6 +334,7 @@ struct {char const *attr; bool supported;} const all_attrs[] = {
{"widths", true},
{"word-spacing", true},
{"writing-mode", true},
+ {"text-orientation", true},
{"x", true},
{"x-height", true},
{"x1", true},
@@ -489,6 +490,7 @@ struct {char const *attr; bool supported;} const all_attrs[] = {
{"showgrid", true},
// {"gridtype", true},
{"showguides", true},
+// {"inkscape:lockguides", false}, //not sure about uncomment
{"gridtolerance", true},
{"guidetolerance", true},
{"objecttolerance", true},