1
0
Fork 0
firefox/layout/reftests/svg/non-scaling-stroke-css-transform.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

8 lines
305 B
HTML

<style>
#square{
transform: translate(100px,200px) scale(1,2.5);
}
</style>
<svg style="width: 500px; height: 500px; border: 1px solid green;">
<rect id="square" stroke="blue" vector-effect="non-scaling-stroke" stroke-width="6" x="50px" y="50px" width="50px" height="50px" fill="pink" />
</svg>