diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2013-09-08 21:29:10 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2013-09-08 21:29:10 +0000 |
| commit | 36553c85069d88ba5e7b5fba7cd31cc4818a454d (patch) | |
| tree | f9832fe22e771c66215647a4857ee68fa3f9300b /src/attributes.cpp | |
| parent | update to trunk (diff) | |
| parent | Add a check so objects removed from the document dont crash inkscape, happens... (diff) | |
| download | inkscape-36553c85069d88ba5e7b5fba7cd31cc4818a454d.tar.gz inkscape-36553c85069d88ba5e7b5fba7cd31cc4818a454d.zip | |
update to trunk
(bzr r11950.1.138)
Diffstat (limited to 'src/attributes.cpp')
| -rw-r--r-- | src/attributes.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/attributes.cpp b/src/attributes.cpp index 30cf30f30..b93bcfd57 100644 --- a/src/attributes.cpp +++ b/src/attributes.cpp @@ -414,6 +414,9 @@ static SPStyleProp const props[] = { {SP_PROP_TEXT_INDENT, "text-indent"}, {SP_PROP_TEXT_ALIGN, "text-align"}, {SP_PROP_TEXT_DECORATION, "text-decoration"}, + {SP_PROP_TEXT_DECORATION_LINE, "text-decoration-line"}, + {SP_PROP_TEXT_DECORATION_STYLE,"text-decoration-style"}, + {SP_PROP_TEXT_DECORATION_COLOR,"text-decoration-color"}, {SP_PROP_LINE_HEIGHT, "line-height"}, {SP_PROP_LETTER_SPACING, "letter-spacing"}, {SP_PROP_WORD_SPACING, "word-spacing"}, |
