Bug 944704, part 5 - Reftest for stroke-dasharray on circle. r=Bas

This commit is contained in:
Jonathan Watt 2013-12-14 11:09:36 +00:00
Родитель 452b6c3fcf
Коммит ded0687153
1 изменённых файлов: 10 добавлений и 0 удалений

Просмотреть файл

@ -10,6 +10,16 @@
<rect width="100%" height="100%" fill="lime"/>
<!-- Test circle element dashes cover two red circles -->
<circle cx="100" cy="62" r="8" fill="red"/>
<circle cx="66" cy="98" r="8" fill="red"/>
<circle cx="50" cy="50" r="50" fill="none" stroke="lime" stroke-width="30" stroke-dasharray="25 25 25 100000"/>
<!-- Sanity test to check that two circles cover circle element dashes (i.e. that the previous check didn't pass because the stroke was solid) -->
<circle cx="200" cy="50" r="50" fill="none" stroke="red" stroke-width="10" stroke-dasharray="10 40 10 100000"/>
<circle cx="250" cy="56" r="11" fill="lime"/>
<circle cx="223" cy="96" r="11" fill="lime"/>
<!-- Test ellipse element dashes cover two red circles -->
<circle cx="95" cy="211" r="8" fill="red"/>
<circle cx="47" cy="225" r="8" fill="red"/>

До

Ширина:  |  Высота:  |  Размер: 1020 B

После

Ширина:  |  Высота:  |  Размер: 1.6 KiB