Advertisement
flomath

svg test

Jan 18th, 2015
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.37 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
  3. "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
  4. <svg xmlns="http://www.w3.org/2000/svg"
  5. xmlns:xlink="http://www.w3.org/1999/xlink"
  6. width="100" height="100"
  7. viewBox="0 0 200 200" >
  8. <path d="M 125 0 L 50 150 L 200 150 L 125 0"
  9. style="stroke:blue;stroke-width:4px;fill:red" />
  10. </svg>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement