diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2015-10-15 11:52:47 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2015-10-15 11:52:47 +0000 |
| commit | b80f68e9585593a78bad9ae34385cbebe780299a (patch) | |
| tree | 701aa7c5bc592d4b511e8ac088194be4a9a849b4 /src/attributes-test.h | |
| parent | Add 'transform-box' to CSS properties. (diff) | |
| download | inkscape-b80f68e9585593a78bad9ae34385cbebe780299a.tar.gz inkscape-b80f68e9585593a78bad9ae34385cbebe780299a.zip | |
Add new 'writing-mode' values, remove 'block-progression', fix a few typos.
(bzr r14416)
Diffstat (limited to 'src/attributes-test.h')
| -rw-r--r-- | src/attributes-test.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/attributes-test.h b/src/attributes-test.h index 411304ec3..e197deedf 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}, |
