struct-image-11-b-1.svg 320 Bytes
Newer Older
1
2
3
4
5
6
7
<?xml version="1.0" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="svg-root" viewBox="0 0 450 450" width="450" height="450">
	<g id="rects">  
		<rect width="450" height="450" fill="blue" onclick="evt.currentTarget.setAttribute('fill', 'red');"/>
	</g>
</svg>