Fri, 16 Jan 2015 18:13:44 +0100
Integrate suggestion from review to improve consistency with existing code.
michael@0 | 1 | <!-- |
michael@0 | 2 | Any copyright is dedicated to the Public Domain. |
michael@0 | 3 | http://creativecommons.org/publicdomain/zero/1.0/ |
michael@0 | 4 | --> |
michael@0 | 5 | <svg xmlns="http://www.w3.org/2000/svg" version="1.1" |
michael@0 | 6 | xmlns:xlink="http://www.w3.org/1999/xlink"> |
michael@0 | 7 | <title>Testing that dynamic changes to the element for a given ID are reflected in 'use'</title> |
michael@0 | 8 | |
michael@0 | 9 | <use x="10%" xlink:href="use-01-extref-resource.svg#r1"/> |
michael@0 | 10 | |
michael@0 | 11 | <g id="g1"> |
michael@0 | 12 | <use x="20%" xlink:href="use-01-extref-resource.svg#g3"/> |
michael@0 | 13 | </g> |
michael@0 | 14 | |
michael@0 | 15 | <use x="30%" xlink:href="use-01-extref-resource.svg#g4"/> |
michael@0 | 16 | |
michael@0 | 17 | <g id="g2"> |
michael@0 | 18 | <use x="70%" xlink:href="use-01-extref-resource.svg#g5"/> |
michael@0 | 19 | </g> |
michael@0 | 20 | |
michael@0 | 21 | <use x="80%" xlink:href="use-01-extref-resource.svg#g6"/> |
michael@0 | 22 | |
michael@0 | 23 | <rect width="11%" height="100%" fill="lime" id="r2"/> |
michael@0 | 24 | </svg> |