struct-image-11-b-2.svg 333 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" style="fill:#00f" onclick="evt.currentTarget.setAttribute('style', 'fill: red');"/>
	</g>
</svg>