Define an SVG graphics element consisting of text. Since the text rendered like any other SVG element, it is accessible to graphical manipulations.
1 2 3 |
text |
character specifying the text rendered by the element. |
x |
numeric indicating the position on the x-axis. |
y |
numeric indicating the position on the y-axis. |
fill |
expression specifying the |
'font-size' |
expression specifying the |
'font-family' |
expression specifying the |
'font-weight' |
expression specifying the |
'text-anchor' |
expression specifying the |
transform |
expression specifying the |
class |
expression specifying the |
id |
expression specifying the |
visibility |
expression specifying the |
sep |
character, see |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.