File: core.rst

package info (click to toggle)
svgwrite 1.4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 2,304 kB
  • sloc: python: 12,524; makefile: 116; sh: 5
file content (13 lines) | stat: -rw-r--r-- 515 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
Core Attributes
===============
W3C Reference: http://www.w3.org/TR/SVG11/intro.html#TermCoreAttribute

The core attributes are those attributes that can be specified on any SVG element.

W3C Direct Links
----------------

* `id <http://www.w3.org/TR/SVG11/struct.html#IDAttribute>`_
* `xml:base <http://www.w3.org/TR/SVG11/struct.html#XMLBaseAttribute>`_
* `xml:lang <http://www.w3.org/TR/SVG11/struct.html#XMLLangAttribute>`_
* `xml:space <http://www.w3.org/TR/SVG11/struct.html#XMLSpaceAttribute>`_