Guest User

Untitled

a guest
Aug 14th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. <svg height="130" width="500">
  2. <defs>
  3. <linearGradient id="grad1" x1="0%" y1="0%" x2="100%" y2="0%">
  4. <stop offset="0%" style="stop-color:rgb(255,255,0);stop-opacity:1" />
  5. <stop offset="100%" style="stop-color:rgb(255,0,0);stop-opacity:1" />
  6. </linearGradient>
  7. </defs>
  8. <ellipse cx="100" cy="70" rx="85" ry="55" fill="url(#grad1)" />
  9. //I need to include external.svg here
  10. </svg>
  11.  
  12. <text fill="#ffffff" font-size="45" font-family="Verdana" x="50" y="86">SVG</text>
  13. <image width="20" height="20" xlink:href="man.png"></image>
Add Comment
Please, Sign In to add comment