Advertisement
smgr

SVG - ÓRA

Sep 19th, 2014
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.33 KB | None | 0 0
  1. <svg width="200" height="200" xmlns="http://www.w3.org/2000/svg" version="1.1">
  2.   <circle cx="100" cy="100" r="98" stroke="#2a36b1" fill="#5677fc" />
  3.   <line x1="100" y1="100" x2="100" y2="20" stroke="#e7e9fd" />
  4.   <line x1="100" y1="100" x2="150" y2="100" stroke="#84ffff" />
  5.   <circle cx="100" cy="100" r="5" fill="#2a36b1" />
  6. </svg>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement