File: README

package info (click to toggle)
inkscape 1.2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 320,944 kB
  • sloc: cpp: 532,425; ansic: 59,393; python: 51,398; javascript: 3,864; xml: 2,708; sh: 2,426; perl: 614; makefile: 431
file content (15 lines) | stat: -rw-r--r-- 624 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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.