summaryrefslogtreecommitdiffstats
path: root/share/attributes (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add 'vector-effect' to CSS and attribute lists.Tavmjong Bah2019-09-014-0/+13
|
* Add 'text-align' to properties not removed in cleaning for <flowPara> and ↵Tavmjong Bah2019-04-243-3/+3
| | | | <flowSpan>.
* Clarify licensesMax Gaukler2018-11-081-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
* Boiler plate stuff for 'textPath' 'side' attribute.Tavmjong Bah2018-05-312-0/+3
|
* Update attribute tables for 'font-variation-settings'.Tavmjong Bah2018-03-106-1/+327
| | | | Also add SVG 1.1 specification files used by scripts.
* Misc. typosUnknown2017-11-071-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 ```
* Update properties for SVG 2 text. Partial work from Alex RomanTavmjong Bah2017-10-164-21/+31
|
* Add 'line-height' to allowed properties of tspans.Tavmjong Bah2017-01-032-2/+2
| | | (bzr r15387)
* CMake: Add ${INKSCAPE_SHARE_INSTALL}Eduard Braun2016-11-261-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)
* Update attributes list for rename of 'mesh' to 'meshgradient'.Tavmjong Bah2016-09-302-41/+59
| | | (bzr r15140)
* Update CSS tables (font-variants, etc.).Tavmjong Bah2016-09-203-3/+94
| | | (bzr r15121)
* Remove deprecated Autotools and btool files. Please use CMake insteadAlex Valavanis2016-08-081-10/+0
| | | (bzr r15046)
* Add 'transform' to list of allowed properties for <flowRoot>.Tavmjong Bah2016-06-102-25/+25
| | | (bzr r14972)
* Support rendering of radial gradients with the 'fr' attribute. New in SVG 2.Tavmjong Bah2016-01-092-0/+3
| | | (bzr r14569)
* Add some SVG2 text properties to tables.Tavmjong Bah2015-12-024-0/+52
| | | (bzr r14500)
* Add 'transform-box' to CSS properties.Tavmjong Bah2015-10-154-0/+11
| | | (bzr r14415)
* Add a few new properties dealing with text and transforms.Tavmjong Bah2015-10-154-2/+90
| | | (bzr r14414)
* More additions for 'mesh' attributes.Tavmjong Bah2015-10-082-6/+10
| | | (bzr r14400)
* Add 'mesh' and 'hatch' related attributes.Tavmjong Bah2015-10-082-9/+48
| | | (bzr r14399)
* cmake: Bring cmake installation in line with autotools (bug #1451481)houz2015-05-081-0/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1451481 (bzr r14128)
* Rename <meshGradient> to <mesh>, <meshRow> to <meshrow>, <meshPatch> to ↵Tavmjong Bah2015-03-011-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)
* Really add new text-decoration properties.Tavmjong Bah2014-11-121-0/+10
| | | (bzr r13707)
* Add new text decoration properties.Tavmjong Bah2014-11-121-0/+26
| | | (bzr r13706)
* Basic support for <solidColor> element (rendering only as a paint server).Tavmjong Bah2014-07-315-6/+24
| | | (bzr r13484)
* Allow 'transform' on flowRoot, flowPara, and flowSpan.Tavmjong Bah2014-02-252-2/+8
| | | (bzr r13059)
* Add SVG2 property 'paint-order'.Tavmjong Bah2014-02-193-0/+10
| | | (bzr r13043)
* Accept new CSS blend properties as valid.Tavmjong Bah2013-12-123-0/+19
| | | (bzr r12849)
* Add Inkscape's flowed text elements and "text-align" property. Allow "title" ↵Tavmjong Bah2012-10-085-68/+99
| | | | | | | attribute. The "title" attribute is not in the SVG spec but is widely supported by browsers. (bzr r11753)
* Add feMergeNode to "in" list in svgprops. Fix bug in preferences for ↵Tavmjong Bah2011-11-292-49/+53
| | | | | deleting invalid attributes. (bzr r10754)
* Add possibility to check validity of attributes and usefulness of properties.Tavmjong Bah2011-11-297-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)