pinktriangle.svg
Upload User: shuxianled
Upload Date: 2007-01-18
Package Size: 6404k
Code Size: 0k
Development Platform:

Others

  1. <?xml version="1.0"?>
  2. <svg xmlns="http://www.w3.org/2000/svg" 
  3.      width="12cm" height="8cm">
  4.   <title>Example 2-7 from the XML Bible, 2nd Edition</title>
  5.   <text x="10" y="15">This is SVG!</text>
  6.   <polygon style="fill: pink" points="0,311 180,0 360,311" />
  7. </svg>