1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/svg/path-07-ref.svg Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,17 @@ 1.4 +<!-- 1.5 + Any copyright is dedicated to the Public Domain. 1.6 + http://creativecommons.org/publicdomain/zero/1.0/ 1.7 +--> 1.8 +<svg xmlns="http://www.w3.org/2000/svg"> 1.9 + 1.10 + <title>Reference for negative radius path arc handling</title> 1.11 + 1.12 + <!-- From https://bugzilla.mozilla.org/show_bug.cgi?id=729139 --> 1.13 + 1.14 + <!-- Check that a negative arc radius is treated as positive. --> 1.15 + <path d="M 150,0 1.16 + a 150,150 0 0,1 106.066,256.066 1.17 + l -35.355,-35.355 1.18 + a 100,100 0 0,0 -70.711,-170.711 1.19 + z" fill="#3d7fe6" shape-rendering="crispEdges"/> 1.20 +</svg>