Lines Matching refs:text

1 # text  chapter
8text content must be written in the content area. The **tspan** sub-element label can be nested to…
10 > - **\<text>** can be nested only by the parent element label **svg**.
14 The **\<text>** component is used to display a piece of textual information.
35 | dx | &lt;length&gt; \| &lt;percentage&gt; | 0 | No | Offset of the text on the …
36 | dy | &lt;length&gt; \| &lt;percentage&gt; | 0 | No | Offset of the text on the …
37 | rotate | number | 0 | No | Rotation of the text around …
39 | fill | &lt;color&gt; | black | No | Fill color of the text. …
40 | fill-opacity | number | 1.0 | No | Fill opacity of the text. …
64 <text x="20px" y="0px" font-size="30" fill="blue">test x|y</text>
65 <text x="150" y="15" font-size="30" fill="blue">test x|y</text>
66 <text x="300" y="30" font-size="30" fill="blue" opacity="0.1">test opacity</text>
67 <text dx="20" y="30" dy="50" fill="blue" font-size="30">test dx|dy|fill|font-size</text>
68 <text x="20" y="150" fill="blue" font-size="30" fill-opacity="0.2">test fill-opacity</text>
69 <text x="20" y="200" fill="red" font-size="40">test 0123456789</text>
70 <text x="20" y="250" fill="red" font-size="40" fill-opacity="0.2">Test</text>
71 <text x="20" y="300" rotate="30" fill="red" font-size="40">test rotate</text>
72 <text x="20" y="350" fill="blue" font-size="40" stroke="red" stroke-width="2">test stroke</text>
73 …<text x="20" y="400" fill="white" font-size="40" stroke="red" stroke-width="2" stroke-opacity="0.5…
78 ![text-part1](figures/text-part1.png)
97 <text y="50" font-size="30" fill="blue">
98 text attribute x|opacity|rotate
102 </text>
107 ![text-animate-part1](figures/text-animate-part1.gif)
113 <text x="20" y="200" fill="blue">
114 text attribute font-size
117 </text>
122 ![text-animate-part2](figures/text-animate-part2.gif)
128 <text x="20" y="250" font-size="25" fill="blue" stroke="red">
129 text attribute stroke
131 </text>
132 <text x="300" y="250" font-size="25" fill="white" stroke="red">
133 text attribute stroke-width-opacity
136 </text>
141 ![text-animate-part3](figures/text-animate-part3.gif)