summaryrefslogtreecommitdiffstats
path: root/share/attributes (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-09-01Add 'vector-effect' to CSS and attribute lists.Tavmjong Bah4-0/+13
2019-04-24Add 'text-align' to properties not removed in cleaning for <flowPara> and ↵Tavmjong Bah3-3/+3
<flowSpan>.
2018-11-08Clarify licensesMax Gaukler1-0/+1
- add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
2018-05-31Boiler plate stuff for 'textPath' 'side' attribute.Tavmjong Bah2-0/+3
2018-03-10Update attribute tables for 'font-variation-settings'.Tavmjong Bah6-1/+327
Also add SVG 1.1 specification files used by scripts.
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 ```
2017-10-16Update properties for SVG 2 text. Partial work from Alex RomanTavmjong Bah4-21/+31
2017-01-03Add 'line-height' to allowed properties of tspans.Tavmjong Bah2-2/+2
(bzr r15387)
2016-11-26CMake: Add ${INKSCAPE_SHARE_INSTALL}Eduard Braun1-1/+1
This is set to "share/inkscape" by default, on Windows we need to be able to install directly into "share" however (bzr r15278)
2016-09-30Update attributes list for rename of 'mesh' to 'meshgradient'.Tavmjong Bah2-41/+59
(bzr r15140)
2016-09-20Update CSS tables (font-variants, etc.).Tavmjong Bah3-3/+94
(bzr r15121)
2016-08-08Remove deprecated Autotools and btool files. Please use CMake insteadAlex Valavanis1-10/+0
(bzr r15046)
2016-06-10Add 'transform' to list of allowed properties for <flowRoot>.Tavmjong Bah2-25/+25
(bzr r14972)
2016-01-09Support rendering of radial gradients with the 'fr' attribute. New in SVG 2.Tavmjong Bah2-0/+3
(bzr r14569)
2015-12-02Add some SVG2 text properties to tables.Tavmjong Bah4-0/+52
(bzr r14500)
2015-10-15Add 'transform-box' to CSS properties.Tavmjong Bah4-0/+11
(bzr r14415)
2015-10-15Add a few new properties dealing with text and transforms.Tavmjong Bah4-2/+90
(bzr r14414)
2015-10-08More additions for 'mesh' attributes.Tavmjong Bah2-6/+10
(bzr r14400)
2015-10-08Add 'mesh' and 'hatch' related attributes.Tavmjong Bah2-9/+48
(bzr r14399)
2015-05-08cmake: Bring cmake installation in line with autotools (bug #1451481)houz1-0/+2
Fixed bugs: - https://launchpad.net/bugs/1451481 (bzr r14128)
2015-03-01Rename <meshGradient> to <mesh>, <meshRow> to <meshrow>, <meshPatch> to ↵Tavmjong Bah1-1/+3
<meshpatch>. Remove experimental smoothing types. Add new smoothing 'type' attribute with bicubic smoothing option. Per SVG WG decission at Sydney 2015 face-to-face meeting. (bzr r13956)
2014-11-12Really add new text-decoration properties.Tavmjong Bah1-0/+10
(bzr r13707)
2014-11-12Add new text decoration properties.Tavmjong Bah1-0/+26
(bzr r13706)
2014-07-31Basic support for <solidColor> element (rendering only as a paint server).Tavmjong Bah5-6/+24
(bzr r13484)
2014-07-24Basic support for <solidColor> element (rendring only as a paint server).Tavmjong Bah5-6/+24
(bzr r13341.1.98)
2014-02-25Allow 'transform' on flowRoot, flowPara, and flowSpan.Tavmjong Bah2-2/+8
(bzr r13059)
2014-02-19Add SVG2 property 'paint-order'.Tavmjong Bah3-0/+10
(bzr r13043)
2013-12-12Accept new CSS blend properties as valid.Tavmjong Bah3-0/+19
(bzr r12849)
2012-10-08Add Inkscape's flowed text elements and "text-align" property. Allow "title" ↵Tavmjong Bah5-68/+99
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 Bah2-49/+53
deleting invalid attributes. (bzr r10754)
2011-11-29Add possibility to check validity of attributes and usefulness of properties.Tavmjong Bah7-0/+1130
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)