Guest User

Untitled

a guest
Dec 16th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <h3>SVG Circle</h3>
  2. <svg width="50" height="50">
  3. <circle cx="25" cy="25" r="25" style="fill:green" />
  4. </svg>
  5.  
  6. <h3>SVG Text</h3>
  7. <svg width="50" height="50">
  8. <text x="0" y="15">Essay</text>
  9. </svg>
Add Comment
Please, Sign In to add comment