Edit This Code:
See Result »
<
!DOCTYPE
html
>
<
html
>
<
body
>
<
svg
height
="60"
width
="200"
>
<
text
x
="0"
y
="15"
fill
="red"
transform
="rotate(30 20,40)"
>
I love SVG
<
/text
>
Sorry, your browser does not support inline SVG.
<
/svg
>
<
/body
>
<
/html
>
<!DOCTYPE html> <html> <body> <svg height="60" width="200"> <text x="0" y="15" fill="red" transform="rotate(30 20,40)">I love SVG</text> Sorry, your browser does not support inline SVG. </svg> </body> </html>
Result:
Privacy Policy