blob: 7e8a8acdd0972269d3c4923c2042e8def43f79db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
version="1.1"
width="100"
height="100"
viewBox="0 0 100 100">
<style>
.green {
stroke:none;
fill:#00ff00;
}
</style>
<use
xlink:href="test-use-ref.svg#root" />
</svg>
|