1
0
Fork 0
inkscape/share/attributes
Daniel Baumann 02d935e272
Adding upstream version 1.4.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 23:40:13 +02:00
..
attindex.html Adding upstream version 1.4. 2025-06-22 23:40:13 +02:00
CMakeLists.txt Adding upstream version 1.4. 2025-06-22 23:40:13 +02:00
css_defaults Adding upstream version 1.4. 2025-06-22 23:40:13 +02:00
cssprops Adding upstream version 1.4. 2025-06-22 23:40:13 +02:00
genMapDataCSS.pl Adding upstream version 1.4. 2025-06-22 23:40:13 +02:00
genMapDataSVG.pl Adding upstream version 1.4. 2025-06-22 23:40:13 +02:00
propidx.html Adding upstream version 1.4. 2025-06-22 23:40:13 +02:00
README Adding upstream version 1.4. 2025-06-22 23:40:13 +02:00
svgprops Adding upstream version 1.4. 2025-06-22 23:40:13 +02:00

This directory contains data for XML attribute checking, CSS property
checking, and CSS defaults checking.

svgprops - Mapping of valid attributes for elements in svg namespace

cssprops - Mapping of valid CSS properties to svg elements

css_defaults - Mapping of CSS properties to default values and inheritance.

genMapData* - PERL script files that create the data files from the
Attribute and CSS Properties appendices of the SVG 1.1 2nd Edtion
specification located at http://www.w3.org/TR/SVG/

The data files are loaded at runtime. The default location is
'inkscape_data_dir/attributes'. They can be user customized.