diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2015-10-15 09:19:22 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2015-10-15 09:19:22 +0000 |
| commit | a0aa872111376b85e7d748ca6e098c6ef51ec25c (patch) | |
| tree | bf348369e1cdda663f90d8832d366fc95219b3c2 /share/attributes/css_defaults | |
| parent | clang-format (diff) | |
| download | inkscape-a0aa872111376b85e7d748ca6e098c6ef51ec25c.tar.gz inkscape-a0aa872111376b85e7d748ca6e098c6ef51ec25c.zip | |
Add a few new properties dealing with text and transforms.
(bzr r14414)
Diffstat (limited to 'share/attributes/css_defaults')
| -rw-r--r-- | share/attributes/css_defaults | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/share/attributes/css_defaults b/share/attributes/css_defaults index 1f8e8835b..eecd2069b 100644 --- a/share/attributes/css_defaults +++ b/share/attributes/css_defaults @@ -1,5 +1,7 @@ "alignment-baseline" - "auto" - "no" +"backface-visibility" - "visible" - "no" + "baseline-shift" - "baseline" - "no" "clip" - "auto" - "no" @@ -90,6 +92,10 @@ "paint-order" - "normal" - "yes" +"perspective" - "none" - "no" + +"perspective-origin" - "NO_DEFAULT" - "no" + "pointer-events" - "visiblePainted" - "yes" "shape-rendering" - "auto" - "yes" @@ -124,10 +130,28 @@ "text-decoration" - "NO_DEFAULT" - "no" +"text-decoration-color" - "NO_DEFAULT" - "no" + +"text-decoration-fill" - "NO_DEFAULT" - "no" + +"text-decoration-line" - "none" - "no" + +"text-decoration-stroke" - "NO_DEFAULT" - "no" + +"text-decoration-style" - "solid" - "no" + +"text-orientation" - "mixed" - "yes" + "text-rendering" - "auto" - "yes" "title" - "NO DEFAULT" - "no" +"transform" - "none" - "no" + +"transform-origin" - "NO_DEFAULT" - "no" + +"transform-style" - "flat" - "no" + "unicode-bidi" - "normal" - "no" "visibility" - "visible" - "yes" |
