metadata_description.txt 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  1. # Context
  2. # =========================================================================================================================================
  3. # namespace:element
  4. #
  5. # namespace:attribute "possible in the context values" (default in the context value)
  6. # attribute value1 - description of value1
  7. #
  8. # +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  9. #
  10. # () - no default value
  11. # * - all possible values
  12. # value1 | value2 - value1 or value2
  13. # value1 ... value2 - value between value1 and value2
  14. # <some string> - metasyntactic description of class of values
  15. # :attribute - attribute used without namespace declaring. Supposed namespace of its element
  16. #
  17. # +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  18. #
  19. #
  20. #
  21. Inkscape general document properies (canvas)
  22. ===========================================================================================================================================
  23. sodipodi:namedview
  24. :pagecolor "<color>" (#ffffff)
  25. inkscape:pageopacity "0.0 - 1.0" ()
  26. inkscape:pagecheckerboard "true | false" ()
  27. Inkscape general document properies (border)
  28. ===========================================================================================================================================
  29. sodipodi:namedview
  30. :showborder "true | false" (true)
  31. true - Make Inkscape document border visible
  32. false - Make Inkscape document border invisible
  33. NOTES: Shadow of Inkscape document border also won't be visible if Inkscape document border is invisible
  34. inkscape:showpageshadow "true | false" (true)
  35. false - Make shadow of Inkscape document border invisible
  36. true - Make shadow of Inkscape document border visible
  37. NOTES: Shadow of Inkscape document border also won't be visible if Inkscape document border is invisible
  38. :bordercolor "<color>" (#666666)
  39. * - Color of Inkscape document border
  40. :borderlayer "true | false" (false)
  41. true - Draw Inkscape document border at the top of drawing
  42. false - Draw Inkscape document border at the bottom of drawing
  43. inkscape:pageshadow "<positive integer>" (2)
  44. * - Width of shadow of Inkscape document border
  45. NOTES: It works very strange (Tested with Inkscape 1.1)
  46. I can't determine units of this width (It looks like changing of it have non-linear effect)
  47. It seems that Inkscape don't allow to it from GUI (except embedded XML editor)
  48. :borderopacity "0.0 ... 1.0" (1.0)
  49. 0.0 - Absolute transaprency of Inkscape document border
  50. 1.0 - Solid color of Inkscape document border without any transparency
  51. * - Opacity of Inkscape document border
  52. NOTES: It also affects the shadow of Inkscape document border
  53. Inkscape window geometry
  54. ===========================================================================================================================================
  55. sodipodi:namedview
  56. inkscape:window-width "<positive integer>" ()
  57. * - Width of Inkscape window
  58. inkscape:window-height "<positive integer>" ()
  59. * - Height of Inkscape window
  60. inkscape:window-x "<positive integer>" ()
  61. * - Position of Inkscape window by X axis
  62. inkscape:window-y "<positive integer>" ()
  63. * - Position of Inkscape window by Y axis
  64. inkscape:window-maximized "0 | 1" ()
  65. 0 - Inkscape window is not maximized
  66. 1 - Inkscape window is maximized
  67. Inkscape layers
  68. ===========================================================================================================================================
  69. sodipodi:namedview
  70. inkscape:current-layer "<id>" ()
  71. * - Id of selected Inkscape layer
  72. svg:g
  73. inkscape:groupmode "layer" (layer)
  74. layer - Mark g element as Inkscape layer
  75. inkscape:label "<string>" ()
  76. * - Name of Inkscape layer
  77. sodipodi:insensitive "true" ()
  78. * - Mark Inkscape layer as immutable
  79. svg:display "none" ()
  80. * - Mark Inkscape layer as invisible
  81. Inkscape export
  82. ===========================================================================================================================================
  83. svg:svg
  84. inkscape:export-xdpi "<positive integer>" (90 | 96)
  85. * - Value of DPI by X axis used during export
  86. inkscape:export-ydpi "<positive integer>" (90 | 96)
  87. * - Value of DPI by Y axis used during export
  88. inkscape:export-filename "<path>" ()
  89. * - Name of exported file that
  90. May contain not just a file name but also a path to it
  91. WARNING: It can contain your sensitive information
  92. Inkscape general metadata
  93. ===========================================================================================================================================
  94. svg:svg
  95. sodipodi:version "<string>" ()
  96. * - Version of Sodipodi in which document was created
  97. STATUS: Obsolescent
  98. inkscape:version "<string>" ()
  99. * - Version of Inkscape in which document was created
  100. sodipodi:docname "<path>" ()
  101. * - Name of file
  102. sodipodi:docbase "<path>" ()
  103. * - Path to folder that contains file
  104. STATUS: Obsolescent
  105. WARNING: It can contain your sensitive information
  106. Uncategorized
  107. ===========================================================================================================================================
  108. sodipodi:namedview
  109. inkscape:zoom="0.64052329"
  110. inkscape:cx="398.11199"
  111. inkscape:cy="556.57617"
  112. svg:text
  113. sodipodi:linespacing="125%"
  114. svg:tspan
  115. sodipodi:role="line"
  116. svg:linearGradient | svg:radialGradient
  117. inkscape:collect="always"
  118. svg:path
  119. sodipodi:nodetypes="ccccc"
  120. svg:path
  121. sodipodi:type="arc"
  122. sodipodi:cx="0"
  123. sodipodi:cy="0"
  124. sodipodi:rx="2"
  125. sodipodi:ry="2"