Advertisement
Guest User

Untitled

a guest
Jan 31st, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MXML 0.24 KB | None | 0 0
  1. <html>
  2. <body>
  3.  
  4. <h1>My first SVG</h1>
  5.  
  6. <svg width="100" height="100">
  7.   <circle cx="50" cy="50" r="40" stroke="green" stroke-width="4" fill="yellow" />
  8. </svg>
  9.  
  10. </body>
  11. </html>
  12.  
  13. <!-- https://www.w3schools.com/graphics/svg_intro.asp -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement