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/css_defaults | |
| 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/css_defaults')
| -rw-r--r-- | share/attributes/css_defaults | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/share/attributes/css_defaults b/share/attributes/css_defaults index 05735a0f2..396c8a2d9 100644 --- a/share/attributes/css_defaults +++ b/share/attributes/css_defaults @@ -98,6 +98,14 @@ "pointer-events" - "visiblePainted" - "yes" +"shape-inside" - "auto" - "no" + +"shape-margin" - "0" - "no" + +"shape-outside" - "auto" - "no" + +"shape-padding" - "none" - "no" + "shape-rendering" - "auto" - "yes" "solid-color" - "#000000" - "no" @@ -158,6 +166,8 @@ "visibility" - "visible" - "yes" +"white-space" - "normal" - "yes" + "word-spacing" - "normal" - "yes" "writing-mode" - "lr-tb" - "yes" |
