1 <?xml version=
"1.0" encoding=
"UTF-8"?>
2 <svg viewBox=
"0 0 480 360" xmlns=
"http://www.w3.org/2000/svg" xmlns:
xlink=
"http://www.w3.org/1999/xlink">
4 <!-- This use should be visible because it refers to a valid target and doesn't have any cycling. -->
5 <use xlink:
href=
"use-referencing-an-image.svg#greenRect" />
6 <!-- This use won't be visible because it refers indirectly its own svg document. -->
7 <use x=
"25" y=
"25" xlink:
href=
"use-referencing-an-image.svg#toImage" />