Lines Matching refs:text
1 # text chapter
63 <text x="20px" y="0px" font-size="30" fill="blue">test x|y</text>
64 <text x="150" y="15" font-size="30" fill="blue">test x|y</text>
65 <text x="300" y="30" font-size="30" fill="blue" opacity="0.1">test opacity</text>
66 <text dx="20" y="30" dy="50" fill="blue" font-size="30">test dx|dy|fill|font-size</text>
67 <text x="20" y="150" fill="blue" font-size="30" fill-opacity="0.2">test fill-opacity</text>
68 <text x="20" y="200" fill="red" font-size="40">test 0123456789</text>
69 <text x="20" y="250" fill="red" font-size="40" fill-opacity="0.2">test 中文</text>
70 <text x="20" y="300" rotate="30" fill="red" font-size="40">test rotate</text>
71 <text x="20" y="350" fill="blue" font-size="40" stroke="red" stroke-width="2">test stroke</text>
72 …<text x="20" y="400" fill="white" font-size="40" stroke="red" stroke-width="2" stroke-opacity="0.5…
96 <text y="50" font-size="30" fill="blue">
97 text attribute x|opacity|rotate
101 </text>
112 <text x="20" y="200" fill="blue">
113 text attribute font-size
116 </text>
127 <text x="20" y="250" font-size="25" fill="blue" stroke="red">
128 text attribute stroke
130 </text>
131 <text x="300" y="250" font-size="25" fill="white" stroke="red">
132 text attribute stroke-width-opacity
135 </text>