Lines Matching refs:line
1 # line chapter
8 The **\<line>** component is used to draw a line.
27 | x1 | <length>\|<percentage> | - | No| X-coordinate of the start point of the line. At…
28 | y1 | <length>\|<percentage> | - | No| Y-coordinate of the start point of the line. At…
29 | x2 | <length>\|<percentage> | - | No| X-coordinate of the end point of the line. Attr…
30 | y2 | <length>\|<percentage> | - | No| Y-coordinate of the end point of the line. Attr…
39 <line x1="10" x2="300" y1="50" y2="50" stroke-width="4" fill="white" stroke="blue"></line>
40 <line x1="10" x2="300" y1="100" y2="100" stroke-width="4" fill="white" stroke="blue"></line>
41 … <line x1="10" x2="300" y1="150" y2="150" stroke-width="10" stroke="red" stroke-dasharray="5 3"
42 stroke-dashoffset="3"></line>
44 …<line x1="10" x2="300" y1="200" y2="200" stroke-width="10" stroke="black" stroke-linecap="round"><…
46 …<line x1="10" x2="300" y1="220" y2="220" stroke-width="10" stroke="black" stroke-linecap="butt"></…
48 …<line x1="10" x2="300" y1="240" y2="240" stroke-width="10" stroke="black" stroke-linecap="square">…