summaryrefslogtreecommitdiffstats
path: root/share/attributes/genMapDataSVG.pl (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-05-31Boiler plate stuff for 'textPath' 'side' attribute.Tavmjong Bah1-0/+1
2017-11-07Misc. typosUnknown1-1/+1
Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt` whereby whitelist file contained: ``` dum iff glight substract te upto ```
2016-09-30Update attributes list for rename of 'mesh' to 'meshgradient'.Tavmjong Bah1-8/+8
(bzr r15140)
2016-01-09Support rendering of radial gradients with the 'fr' attribute. New in SVG 2.Tavmjong Bah1-0/+1
(bzr r14569)
2015-10-08More additions for 'mesh' attributes.Tavmjong Bah1-1/+5
(bzr r14400)
2015-10-08Add 'mesh' and 'hatch' related attributes.Tavmjong Bah1-0/+19
(bzr r14399)
2014-07-31Basic support for <solidColor> element (rendering only as a paint server).Tavmjong Bah1-3/+3
(bzr r13484)
2014-07-24Basic support for <solidColor> element (rendring only as a paint server).Tavmjong Bah1-3/+3
(bzr r13341.1.98)
2014-02-25Allow 'transform' on flowRoot, flowPara, and flowSpan.Tavmjong Bah1-1/+1
(bzr r13059)
2012-10-08Add Inkscape's flowed text elements and "text-align" property. Allow "title" ↵Tavmjong Bah1-0/+5
attribute. The "title" attribute is not in the SVG spec but is widely supported by browsers. (bzr r11753)
2011-11-29Add feMergeNode to "in" list in svgprops. Fix bug in preferences for ↵Tavmjong Bah1-0/+4
deleting invalid attributes. (bzr r10754)
2011-11-29Add possibility to check validity of attributes and usefulness of properties.Tavmjong Bah1-0/+104
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)