Advertisement
uniblab

Untitled

Jul 7th, 2017
324
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.51 KB | None | 0 0
  1. <svg version="1.1"
  2.  xmlns="http://www.w3.org/2000/svg"
  3.  xmlns:xlink="http://www.w3.org/1999/xlink"
  4.  width="100" height="85"
  5.  viewBox="-5 -5 95 80">
  6.  <g id="button">
  7.     <path stroke="black" stroke-width="1" fill="none" d="M20,0 A5,5 0 1,1 20,10 L5,10 A5,5,0,1,1,5,0 Z"/>
  8.     <circle cx="5" cy="5" r="3" />
  9.     <text x="35" y="8" font-family="Segoe UI, sans-serif" font-size="10">Off</text>
  10.  </g>
  11.  <use xlink:href="#button" y="20"/>
  12.  <use xlink:href="#button" y="40"/>
  13.  <use xlink:href="#button" y="60"/>
  14. </svg>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement