defs.xml 511 B

1234567891011121314
  1. <?xml version="1.0" standalone="no"?>
  2. <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG April 1999//EN" "http://www.w3.org/Graphics/SVG/svg-19990412.dtd">
  3. <svg width="4in" height="3in">
  4. <defs>
  5. <rect id="TemplateObject01" width="100" height="37.34"/>
  6. <lineargradient id="Gradient01">
  7. <gradientstop offset="30%" color="#39F"/>
  8. </lineargradient>
  9. </defs>
  10. <desc>Defining things for later use
  11. </desc>
  12. <!-- SVG elements in here would reference/use
  13. the elements defined in the <defs> -->
  14. </svg>