summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/svg/shapes/rect-04-ref.html
blob: f47ba82cb3ca2de3be7f4d01a36dbef33a89c6e1 (plain)
1
2
3
4
5
6
7
<!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>