Advertisement
Shiqita2

Untitled

Dec 9th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.34 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <svg version = "1.1"
  3.     baseProfile="full"
  4.     xmlns = "http://www.w3.org/2000/svg"
  5.     xmlns:xlink = "http://www.w3.org/1999/xlink"
  6.     xmlns:ev = "http://www.w3.org/2001/xml-events"
  7.     height = "900px"  width = "900px">
  8.     <rect x="0" y="0" width="900" height="900"
  9.          fill="none" stroke="black" stroke-width="5px" stroke-opacity="0"/>
  10.     <g>
  11.     <circle r="77" cx="50%" cy="50%" stroke="pink" fill="none" stroke-width="3px"/>
  12.     <line x1="43%" y1="45%" x2="41%" y2="38%" stroke="pink" stroke-width="3px" />
  13.     <line x1="45%" y1="43%" x2="41%" y2="38%" stroke="pink" stroke-width="3px"/>
  14.  
  15.     <line x1="57%" y1="45%" x2="59%" y2="38%" stroke="pink" stroke-width="3px" />
  16.     <line x1="55%" y1="43%" x2="59%" y2="38%" stroke="pink" stroke-width="3px"/>
  17.  
  18.     <circle r="5" cx="47%" cy="47%" stroke="red" fill="none" stroke-width="3px"/>
  19.  
  20.     <circle r="5" cx="53%" cy="47%" stroke="red" fill="none" stroke-width="3px"/>
  21.  
  22.     <circle r="3" cx="51%" cy="50%" stroke="pink" fill="none" stroke-width="3px"/>
  23.     <circle r="3" cx="49%" cy="50%" stroke="pink" fill="none" stroke-width="3px"/>
  24.     <circle r="14" cx="50%" cy="50%" stroke="pink" fill="none" stroke-width="3px"/>
  25.  
  26.     <line x1="47%" y1="54%" x2="54%" y2="53%" stroke="pink" stroke-width="3px"/>
  27.  
  28.     </g>
  29. </svg>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement