haikuwebkit/LayoutTests/svg/custom/width-full-percentage.svg

7 lines
328 B
XML

<svg xmlns="http://www.w3.org/2000/svg">
<rect fill="green" height="100%" width="100%"/>
<circle stroke="blue" fill="red" r="50%" cx="50%" cy="50%"/>
<ellipse stroke="blue" fill="red" rx="50%" ry="50%" cx="50%" cy="50%"/>
<line stroke="black" fill="black" stroke-width="3" x1="0" y1="0" x2="100%" y2="100%" />
</svg>