diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2015-12-02 16:35:33 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2015-12-02 16:35:33 +0000 |
| commit | 947e19464e621348fc41c9fd359d17a894d09253 (patch) | |
| tree | 484e7fb90a42ede591b8159226ecf887de4eba85 /share/attributes/cssprops | |
| parent | Correct line spacing for text in a shape when various font-sizes present. (diff) | |
| download | inkscape-947e19464e621348fc41c9fd359d17a894d09253.tar.gz inkscape-947e19464e621348fc41c9fd359d17a894d09253.zip | |
Add some SVG2 text properties to tables.
(bzr r14500)
Diffstat (limited to 'share/attributes/cssprops')
| -rw-r--r-- | share/attributes/cssprops | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/share/attributes/cssprops b/share/attributes/cssprops index 3767200a4..ee8c74843 100644 --- a/share/attributes/cssprops +++ b/share/attributes/cssprops @@ -98,6 +98,14 @@ "pointer-events" - "circle","ellipse","image","line","path","polygon","polyline","rect","text","use","a","defs","glyph","g","marker","mask","missing-glyph","pattern","svg","switch","symbol","use" +"shape-inside" - "altGlyph","textPath","text","tref","tspan","flowRoot","flowPara","flowSpan" + +"shape-margin" - "altGlyph","textPath","text","tref","tspan","flowRoot","flowPara","flowSpan" + +"shape-outside" - "altGlyph","textPath","text","tref","tspan","flowRoot","flowPara","flowSpan" + +"shape-padding" - "altGlyph","textPath","text","tref","tspan","flowRoot","flowPara","flowSpan" + "shape-rendering" - "path","rect","circle","ellipse","line","polyline","polygon","a","defs","glyph","g","marker","mask","missing-glyph","pattern","svg","switch","symbol","use" "solid-color" - "a","defs","glyph","g","marker","mask","missing-glyph","pattern","svg","switch","symbol","use","circle","ellipse","image","line","path","polygon","polyline","rect","text","use" @@ -158,6 +166,8 @@ "visibility" - "text","tspan","tref","altGlyph","textPath","a","circle","ellipse","image","line","path","polygon","polyline","rect","text","use","a","defs","glyph","g","marker","mask","missing-glyph","pattern","svg","switch","symbol","use" +"white-space" - "a","defs","glyph","g","marker","mask","missing-glyph","pattern","svg","switch","symbol","use","altGlyph","textPath","text","tref","tspan","flowRoot","flowPara","flowSpan","a","defs","glyph","g","marker","mask","missing-glyph","pattern","svg","switch","symbol","use" + "word-spacing" - "altGlyph","textPath","text","tref","tspan","flowRoot","flowPara","flowSpan","a","defs","glyph","g","marker","mask","missing-glyph","pattern","svg","switch","symbol","use" "writing-mode" - "text","a","defs","glyph","g","marker","mask","missing-glyph","pattern","svg","switch","symbol","use" |
