ZVON
>
References
>
Zvon Example Repository
Intro
/
Search
/
ZVON
Example repository:
index
|
categories
|
search
All
>
SVG
>
Text
> Printing a text
The text is displayed using the
text
element.
Output
SVG version
Source
<
svg
width
="100"
height
="100" xmlns="
http://www.w3.org/2000/svg
" >
<
text
x
="50%"
y
="50%"
font-family
="sans-serif">Hello!</
text
>
</
svg
>