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 test shouldn't display anything because it refers to itself. If we have an
5 other element in defs e.g. <defs> <rect id="someOtherElement"/></defs> and we would
6 use it that construction should work. -->
7 <use id=
"mySelf" x=
"25" y=
"25" xlink:
href=
"use-referencing-itself.svg#mySelf" />