diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2012-10-08 10:58:24 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2012-10-08 10:58:24 +0000 |
| commit | a922470cc955d8f37b9d52b5ca5b3dc230e37448 (patch) | |
| tree | 92e30456f006a9027b3c73b9247dcc9e5f613fb2 /share/attributes/css_defaults | |
| parent | extensions. maintain gettext compatibility with rev 11749 (diff) | |
| download | inkscape-a922470cc955d8f37b9d52b5ca5b3dc230e37448.tar.gz inkscape-a922470cc955d8f37b9d52b5ca5b3dc230e37448.zip | |
Add Inkscape's flowed text elements and "text-align" property. Allow "title" attribute.
The "title" attribute is not in the SVG spec but is widely supported by browsers.
(bzr r11753)
Diffstat (limited to 'share/attributes/css_defaults')
| -rw-r--r-- | share/attributes/css_defaults | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/share/attributes/css_defaults b/share/attributes/css_defaults index 7308a8f0c..1de1e96c1 100644 --- a/share/attributes/css_defaults +++ b/share/attributes/css_defaults @@ -108,12 +108,16 @@ "stroke-width" - "1" - "yes" +"text-align" - "start" - "yes" + "text-anchor" - "start" - "yes" "text-decoration" - "NO_DEFAULT" - "no" "text-rendering" - "auto" - "yes" +"title" - "NO DEFAULT" - "no" + "unicode-bidi" - "normal" - "no" "visibility" - "visible" - "yes" |
