1 <?xml-stylesheet href=
"use-localRef.css" type=
"text/css"?>
2 <svg xmlns=
"http://www.w3.org/2000/svg" xmlns:
xlink=
"http://www.w3.org/1999/xlink">
3 <title>Testcase for stroke linked to local-ref URL
</title>
5 <linearGradient id=
"gradient1">
6 <stop offset=
"0%" stop-color=
"blue"/>
7 <stop offset=
"100%" stop-color=
"blue"/>
9 <linearGradient id=
"gradient2">
10 <stop offset=
"0%" stop-color=
"white"/>
11 <stop offset=
"100%" stop-color=
"blue"/>
13 <linearGradient id=
"gradient3">
14 <stop offset=
"0%" stop-color=
"white"/>
15 <stop offset=
"100%" stop-color=
"blue"/>
20 stroke: url(#gradient3);
23 <use xlink:
href=
"use-localRef-stroke-resource.svg#stroke1"/>
24 <use xlink:
href=
"use-localRef-stroke-resource.svg#stroke2" stroke=
"url(#gradient2)"/>
25 <use xlink:
href=
"use-localRef-stroke-resource.svg#stroke3"/>