From a922470cc955d8f37b9d52b5ca5b3dc230e37448 Mon Sep 17 00:00:00 2001 From: Tavmjong Bah Date: Mon, 8 Oct 2012 12:58:24 +0200 Subject: 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) --- share/attributes/css_defaults | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'share/attributes/css_defaults') 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" -- cgit v1.2.3