1
0
Fork 0
firefox/testing/web-platform/tests/svg/shapes/rect-04-ref.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

7 lines
325 B
HTML

<!DOCTYPE html>
<!--
border-radius is 10px since it measures to the outside edge of the border,
as opposed to SVG's rect radius attributes, which measure to the middle
of the stroke
-->
<div style="position: absolute; top: 8px; left: 8px; width: 46px; height: 46px; border-radius: 10px; border: 4px solid blue;"></div>