image-xy-01.svg 286 B

12345678
  1. <!-- Test to make sure "x" and "y" value are simultaneously applied correctly
  2. on svg:image -->
  3. <svg xmlns="http://www.w3.org/2000/svg"
  4. xmlns:xlink="http://www.w3.org/1999/xlink">
  5. <image xlink:href="blueRect10x10.png" width="10" height="10"
  6. x="123" y="234"/>
  7. </svg>