Difference between revisions of "Inkscape-specific XML attributes"

From Inkscape Wiki
Jump to navigation Jump to search
m (Added page title.)
(10 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


=== 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 42: 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 ===


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