Difference between revisions of "Inkscape-specific XML attributes"

From Inkscape Wiki
Jump to navigation Jump to search
m (Added page title.)
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
= Inkscape-specific XML attributes =
This listing includes both Inkscape-specific and Sodipodi-specific attributes.   
This listing includes both Inkscape-specific and Sodipodi-specific attributes.   


Line 4: Line 5:


== Sodipodi ==
== Sodipodi ==
=== Namespace ===


'''Namespace URL''': http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd
'''Namespace URL''': http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd
'''Canonical Prefix''': sodipodi


=== Local Names ===
'''Canonical prefix''': sodipodi
 
=== Local names ===


* absref - the absolute native (UTF-8) path to a resource (valid on svg:image)
* absref - the absolute native (UTF-8) path to a resource (valid on svg:image)
Line 43: Line 47:


== Inkscape ==
== Inkscape ==
=== Namespace ===


'''Namespace URL''': http://www.inkscape.org/namespaces/inkscape
'''Namespace URL''': http://www.inkscape.org/namespaces/inkscape
'''Canonical prefix''': inkscape


=== Local names ===
=== Local names ===
Line 108: Line 116:
* window-y
* window-y
* zoom
* zoom
[[Category:Developer Documentation]]
[[Category:Needs Work]]

Revision as of 20:28, 5 November 2009

Inkscape-specific XML attributes

This listing includes both Inkscape-specific and Sodipodi-specific attributes.

See ExtensionElements for Inkscape-specific and Sodipodi-specific elements.

Sodipodi

Namespace

Namespace URL: http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd

Canonical prefix: sodipodi

Local names

  • absref - the absolute native (UTF-8) path to a resource (valid on svg:image)
  • arg1
  • arg2
  • argument
  • cx
  • cy
  • docbase - the absolute native (UTF-8) directory containing the document
  • docname - the absolute native (UTF-8) path to the document
  • end
  • expansion
  • insensitive - when set to "1", make an object unselectable via the mouse (valid on any renderable SVG element)
  • linespacing
  • modified - INTERNAL USE ONLY; never serialized; set to "1" when an element has been modified since the file was last saved (valid on svg:svg)
  • nodetypes
  • nonprintable
  • open
  • original
  • r1
  • r2
  • radius
  • revolution
  • role
  • rx
  • ry
  • sides - the number of convex vertices in a polygon/star
  • spiral
  • star
  • start
  • t0
  • type - if present, an opaque string used to identify the SPObject subclass to use instead of the default subclass for this element type (valid on any element)
  • version - the version of Sodipodi which saved this document (valid on svg:svg)

Inkscape

Namespace

Namespace URL: http://www.inkscape.org/namespaces/inkscape

Canonical prefix: inkscape

Local names

  • collect
  • connection-end
  • connection-start
  • connector-avoid
  • connector-spacing
  • connector-type
  • current-layer
  • cx
  • cy
  • dataloss
  • document-units
  • dstBox
  • dstColumn
  • dstPath
  • dstShape
  • excludeShape
  • export-filename
  • export-xdpi
  • export-ydpi
  • flatsided
  • grid-bbox
  • grid-points
  • groupmode
  • guide-bbox
  • guide-points
  • has_abs_tolerance
  • href
  • label
  • layoutOptions
  • marker
  • object-bbox
  • object-nodes
  • object-paths
  • object-points
  • offset
  • original
  • output_extension
  • pageopacity
  • pageshadow
  • radius
  • randomized
  • rounded
  • showpageshadow
  • srcNoMarkup
  • srcPango
  • stockid
  • tile-cx
  • tile-cy
  • tiled-clone-of
  • tile-h
  • tile-w
  • transform-center-x
  • transform-center-y
  • unset - used for unsetting a property via an SPCSSAttr. INTERNAL USE ONLY, never to be seen in saved SVG.
  • version
  • window-height
  • window-width
  • window-x
  • window-y
  • zoom