123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171 |
- # Context
- # =========================================================================================================================================
- # namespace:element
- #
- # namespace:attribute "possible in the context values" (default in the context value)
- # attribute value1 - description of value1
- #
- # +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- #
- # () - no default value
- # * - all possible values
- # value1 | value2 - value1 or value2
- # value1 ... value2 - value between value1 and value2
- # <some string> - metasyntactic description of class of values
- # :attribute - attribute used without namespace declaring. Supposed namespace of its element
- #
- # +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- #
- #
- #
- Inkscape general document properies (canvas)
- ===========================================================================================================================================
- sodipodi:namedview
- :pagecolor "<color>" (#ffffff)
- inkscape:pageopacity "0.0 - 1.0" ()
- inkscape:pagecheckerboard "true | false" ()
- Inkscape general document properies (border)
- ===========================================================================================================================================
- sodipodi:namedview
- :showborder "true | false" (true)
- true - Make Inkscape document border visible
- false - Make Inkscape document border invisible
- NOTES: Shadow of Inkscape document border also won't be visible if Inkscape document border is invisible
- inkscape:showpageshadow "true | false" (true)
- false - Make shadow of Inkscape document border invisible
- true - Make shadow of Inkscape document border visible
- NOTES: Shadow of Inkscape document border also won't be visible if Inkscape document border is invisible
- :bordercolor "<color>" (#666666)
- * - Color of Inkscape document border
- :borderlayer "true | false" (false)
- true - Draw Inkscape document border at the top of drawing
- false - Draw Inkscape document border at the bottom of drawing
- inkscape:pageshadow "<positive integer>" (2)
- * - Width of shadow of Inkscape document border
- NOTES: It works very strange (Tested with Inkscape 1.1)
- I can't determine units of this width (It looks like changing of it have non-linear effect)
- It seems that Inkscape don't allow to it from GUI (except embedded XML editor)
- :borderopacity "0.0 ... 1.0" (1.0)
- 0.0 - Absolute transaprency of Inkscape document border
- 1.0 - Solid color of Inkscape document border without any transparency
- * - Opacity of Inkscape document border
- NOTES: It also affects the shadow of Inkscape document border
- Inkscape window geometry
- ===========================================================================================================================================
- sodipodi:namedview
- inkscape:window-width "<positive integer>" ()
- * - Width of Inkscape window
- inkscape:window-height "<positive integer>" ()
- * - Height of Inkscape window
- inkscape:window-x "<positive integer>" ()
- * - Position of Inkscape window by X axis
- inkscape:window-y "<positive integer>" ()
- * - Position of Inkscape window by Y axis
- inkscape:window-maximized "0 | 1" ()
- 0 - Inkscape window is not maximized
- 1 - Inkscape window is maximized
- Inkscape layers
- ===========================================================================================================================================
- sodipodi:namedview
- inkscape:current-layer "<id>" ()
- * - Id of selected Inkscape layer
- svg:g
- inkscape:groupmode "layer" (layer)
- layer - Mark g element as Inkscape layer
- inkscape:label "<string>" ()
- * - Name of Inkscape layer
- sodipodi:insensitive "true" ()
- * - Mark Inkscape layer as immutable
- svg:display "none" ()
- * - Mark Inkscape layer as invisible
- Inkscape export
- ===========================================================================================================================================
- svg:svg
- inkscape:export-xdpi "<positive integer>" (90 | 96)
- * - Value of DPI by X axis used during export
- inkscape:export-ydpi "<positive integer>" (90 | 96)
- * - Value of DPI by Y axis used during export
- inkscape:export-filename "<path>" ()
- * - Name of exported file that
- May contain not just a file name but also a path to it
- WARNING: It can contain your sensitive information
- Inkscape general metadata
- ===========================================================================================================================================
- svg:svg
- sodipodi:version "<string>" ()
- * - Version of Sodipodi in which document was created
- STATUS: Obsolescent
- inkscape:version "<string>" ()
- * - Version of Inkscape in which document was created
- sodipodi:docname "<path>" ()
- * - Name of file
- sodipodi:docbase "<path>" ()
- * - Path to folder that contains file
- STATUS: Obsolescent
- WARNING: It can contain your sensitive information
- Uncategorized
- ===========================================================================================================================================
- sodipodi:namedview
- inkscape:zoom="0.64052329"
- inkscape:cx="398.11199"
- inkscape:cy="556.57617"
- svg:text
- sodipodi:linespacing="125%"
- svg:tspan
- sodipodi:role="line"
- svg:linearGradient | svg:radialGradient
- inkscape:collect="always"
- svg:path
- sodipodi:nodetypes="ccccc"
- svg:path
- sodipodi:type="arc"
- sodipodi:cx="0"
- sodipodi:cy="0"
- sodipodi:rx="2"
- sodipodi:ry="2"
|