Guest User

Untitled

a guest
Jul 27th, 2016
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. <!--googleoff: index-->
  2.  
  3. <h2>Inline SVG No Index</h2>
  4. <svg xmlns="http://www.w3.org/2000/svg" viewBox="-52 -53 100 100" stroke-width="2">
  5. <g fill="none">
  6. <ellipse stroke="#66899a" rx="6" ry="44"/>
  7. <ellipse stroke="#e1d85d" rx="6" ry="44" transform="rotate(-66)"/>
  8. <ellipse stroke="#80a3cf" rx="6" ry="44" transform="rotate(66)"/>
  9. <circle stroke="#4b541f" r="44"/>
  10. </g>
  11. <g fill="#66899a" stroke="white">
  12. <circle fill="#80a3cf" r="13"/>
  13. <circle cy="-44" r="9"/>
  14. <circle cx="-40" cy="18" r="9"/>
  15. <circle cx="40" cy="18" r="9"/>
  16. </g>
  17. </svg>
  18. <h2>External SVG No Index</h2>
  19. <img src="example.svg" alt="example">
  20.  
  21. <!--googleon: index>
Add Comment
Please, Sign In to add comment