summaryrefslogtreecommitdiffstats
path: root/share/attributes/css_defaults (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add 'vector-effect' to CSS and attribute lists.Tavmjong Bah2019-09-011-0/+2
|
* Update attribute tables for 'font-variation-settings'.Tavmjong Bah2018-03-101-0/+2
| | | | Also add SVG 1.1 specification files used by scripts.
* Update properties for SVG 2 text. Partial work from Alex RomanTavmjong Bah2017-10-161-3/+5
|
* Update CSS tables (font-variants, etc.).Tavmjong Bah2016-09-201-1/+19
| | | (bzr r15121)
* Add some SVG2 text properties to tables.Tavmjong Bah2015-12-021-0/+10
| | | (bzr r14500)
* Add 'transform-box' to CSS properties.Tavmjong Bah2015-10-151-0/+2
| | | (bzr r14415)
* Add a few new properties dealing with text and transforms.Tavmjong Bah2015-10-151-0/+24
| | | (bzr r14414)
* Basic support for <solidColor> element (rendering only as a paint server).Tavmjong Bah2014-07-311-0/+4
| | | (bzr r13484)
* Add SVG2 property 'paint-order'.Tavmjong Bah2014-02-191-0/+2
| | | (bzr r13043)
* Accept new CSS blend properties as valid.Tavmjong Bah2013-12-121-0/+4
| | | (bzr r12849)
* Add Inkscape's flowed text elements and "text-align" property. Allow "title" ↵Tavmjong Bah2012-10-081-0/+4
| | | | | | | attribute. The "title" attribute is not in the SVG spec but is widely supported by browsers. (bzr r11753)
* Add possibility to check validity of attributes and usefulness of properties.Tavmjong Bah2011-11-291-0/+124
This code adds the ability to check for every elment in an SVG document if its attributes are valid and the styling properties are useful. Options under the SVG Output section of the Inkscape Preferences dialog control what should be checked when, and what actions should be taken if invalid attributes or non-useful properties are found. (bzr r10753)