Advertisement
Guest User

Untitled

a guest
Nov 10th, 2014
10,760
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.37 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
  3. "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
  4. <svg width="300" height="300" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
  5.  
  6.   <path d="
  7.    M100,100
  8.    L200,100
  9.    L200,200
  10.    L100,200
  11.    L100,100" />
  12.  
  13. </svg>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement