diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2017-10-16 09:39:26 +0000 |
|---|---|---|
| committer | Tavmjong Bah <tavmjong@free.fr> | 2017-10-16 09:39:26 +0000 |
| commit | 5c009e15be8446c010a4103a9626653c7819274a (patch) | |
| tree | fdd71bdcb8c0d6b12748ed372431c125f9ffb638 /src/attributes.cpp | |
| parent | Fix link for FAQ entry on DPI change (diff) | |
| download | inkscape-5c009e15be8446c010a4103a9626653c7819274a.tar.gz inkscape-5c009e15be8446c010a4103a9626653c7819274a.zip | |
Update properties for SVG 2 text. Partial work from Alex Roman
Diffstat (limited to 'src/attributes.cpp')
| -rw-r--r-- | src/attributes.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/attributes.cpp b/src/attributes.cpp index 9ba646ab4..6522563af 100644 --- a/src/attributes.cpp +++ b/src/attributes.cpp @@ -507,9 +507,10 @@ static SPStyleProp const props[] = { /* SVG 2 Text Wrapping */ {SP_PROP_SHAPE_INSIDE, "shape-inside"}, - {SP_PROP_SHAPE_OUTSIDE, "shape-outside"}, + {SP_PROP_SHAPE_SUBTRACT,"shape-subtract"}, {SP_PROP_SHAPE_PADDING, "shape-padding"}, {SP_PROP_SHAPE_MARGIN, "shape-margin"}, + {SP_PROP_INLINE_SIZE, "inline-size"}, /* Text Decoration */ {SP_PROP_TEXT_DECORATION, "text-decoration"}, // CSS 2/CSS3-Shorthand |
