summaryrefslogtreecommitdiffstats
path: root/src/attributes.cpp
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2015-10-15 11:52:47 +0000
committertavmjong-free <tavmjong@free.fr>2015-10-15 11:52:47 +0000
commitb80f68e9585593a78bad9ae34385cbebe780299a (patch)
tree701aa7c5bc592d4b511e8ac088194be4a9a849b4 /src/attributes.cpp
parentAdd 'transform-box' to CSS properties. (diff)
downloadinkscape-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.cpp')
-rw-r--r--src/attributes.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/attributes.cpp b/src/attributes.cpp
index 991834cb2..a237f8861 100644
--- a/src/attributes.cpp
+++ b/src/attributes.cpp
@@ -440,8 +440,8 @@ static SPStyleProp const props[] = {
/* Text (css3) */
{SP_PROP_DIRECTION, "direction"},
- {SP_PROP_BLOCK_PROGRESSION, "block-progression"},
{SP_PROP_WRITING_MODE, "writing-mode"},
+ {SP_PROP_TEXT_ORIENTATION, "text-orientation"},
{SP_PROP_UNICODE_BIDI, "unicode-bidi"},
{SP_PROP_ALIGNMENT_BASELINE, "alignment-baseline"},
{SP_PROP_BASELINE_SHIFT, "baseline-shift"},