Bug 1649121: part 48) Rename `MakeEmpty` in `ContentIteratorBase::InitInternal`....
[gecko.git] / layout / reftests / svg / stroke-linecap-circle-ellipse-01.svg
blob81fc43327151fa4c2277fc7f0227d37de803eb34
1 <!--
2 Any copyright is dedicated to the Public Domain.
3 http://creativecommons.org/publicdomain/zero/1.0/
4 -->
5 <svg xmlns="http://www.w3.org/2000/svg">
6 <title>Test that stroke-linecap:"square" is ignored on circles and ellipses</title>
7 <!-- https://bugzilla.mozilla.org/show_bug.cgi?id=1178159 -->
9 <circle cx="300" cy="300" r="200" stroke="black" fill="none"
10 stroke-width="80" stroke-linecap="square"/>
12 <ellipse cx="300" cy="750" rx="150" ry="100" fill="none"
13 stroke="blue" stroke-width="80" stroke-linecap="square"/>
14 </svg>