Quote:
Originally Posted by R3rr0
but changing the value of -2.5 in "rotation" to a value of -180 simply make disappear the text.
|
Probably because it moved out of the viewport.
You can try simpler samples:
http://tutorials.jenkov.com/svg/text-element.html
http://www.w3schools.com/svg/svg_text.asp
But I'm afraid that would only work for short texts (one line), as SVG does no automatic linebreaking.