diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2015-10-15 23:20:12 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2015-10-15 23:20:12 +0000 |
| commit | 36fc3ed3c81a7828ae961a793adaf630d571f9b7 (patch) | |
| tree | cf0c89fdc713f96eba2f760b909c0c648eb075b4 /src/attributes.cpp | |
| parent | update to trunk (diff) | |
| parent | Bug fixes in roughen and added uption to retract handles (diff) | |
| download | inkscape-36fc3ed3c81a7828ae961a793adaf630d571f9b7.tar.gz inkscape-36fc3ed3c81a7828ae961a793adaf630d571f9b7.zip | |
update to trunk
(bzr r14393.1.21)
Diffstat (limited to 'src/attributes.cpp')
| -rw-r--r-- | src/attributes.cpp | 2 |
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"}, |
