blob: e147ed2fa9615ea99f65c4f1539d24442507be17 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!--
Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/
-->
<svg xmlns="http://www.w3.org/2000/svg" version="1.1">
<title>Testcase for percentage stroke-width</title>
<!-- From https://bugzilla.mozilla.org/show_bug.cgi?id=373485 -->
<rect width="100%" height="100%" fill="red"/>
<line y1="50%" x2="100%" y2="50%" stroke="lime" stroke-width="200%"/>
</svg>
|