not really known
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

75 lines
2.0 KiB

  1. <?xml version="1.0" ?><!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' [
  2. <!ENTITY stroke_color "#000000">
  3. <!ENTITY fill_color "#ffffff">
  4. ]>
  5. <svg
  6. xmlns:dc="http://purl.org/dc/elements/1.1/"
  7. xmlns:cc="http://creativecommons.org/ns#"
  8. xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  9. xmlns:svg="http://www.w3.org/2000/svg"
  10. xmlns="http://www.w3.org/2000/svg"
  11. xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
  12. xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
  13. id="svg2"
  14. version="1.1"
  15. inkscape:version="0.91 r13725"
  16. width="100"
  17. height="100"
  18. sodipodi:docname="square.svg">
  19. <metadata
  20. id="metadata17">
  21. <rdf:RDF>
  22. <cc:Work
  23. rdf:about="">
  24. <dc:format>image/svg+xml</dc:format>
  25. <dc:type
  26. rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
  27. </cc:Work>
  28. </rdf:RDF>
  29. </metadata>
  30. <sodipodi:namedview
  31. pagecolor="#ffffff"
  32. bordercolor="#666666"
  33. borderopacity="1"
  34. objecttolerance="10"
  35. gridtolerance="10"
  36. guidetolerance="10"
  37. inkscape:pageopacity="0"
  38. inkscape:pageshadow="2"
  39. inkscape:window-width="1369"
  40. inkscape:window-height="1011"
  41. id="namedview15"
  42. showgrid="false"
  43. inkscape:zoom="2.36"
  44. inkscape:cx="-58.686441"
  45. inkscape:cy="50"
  46. inkscape:window-x="307"
  47. inkscape:window-y="18"
  48. inkscape:window-maximized="0"
  49. inkscape:current-layer="svg2" />
  50. <title
  51. id="title4">Corner-to-corner gradient</title>
  52. <defs
  53. id="defs6">
  54. <linearGradient
  55. id="g"
  56. x1="0%"
  57. x2="100%"
  58. y1="0%"
  59. y2="100%">
  60. <stop
  61. style="stop-color: red;"
  62. offset="0"
  63. id="stop9" />
  64. <stop
  65. style="stop-color: blue;"
  66. offset="1"
  67. id="stop11" />
  68. </linearGradient>
  69. </defs>
  70. <rect
  71. style="fill:&fill_color;;stroke:&stroke_color;;stroke-width:10;"
  72. width="100%"
  73. height="100%"
  74. id="rect13" />
  75. </svg>