18 lines
636 B
XML
18 lines
636 B
XML
<?xml version="1.0" standalone="no"?>
|
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
|
|
<svg viewBox="0 0 1000 1000"
|
|
preserveAspectRatio="meet"
|
|
version="1.1"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
|
|
<g id="blue_dots">
|
|
<rect x="38" y="-12" width="124" height="24" style="fill:grey;"/>
|
|
<circle cy="0" cx="50" r="10" style="fill:blue;stroke:black;stroke-width:1px"/>
|
|
<circle cy="0" cx="100" r="10" style="fill:blue;stroke:black;stroke-width:1px"/>
|
|
<circle cy="0" cx="150" r="10" style="fill:blue;stroke:black;stroke-width:1px"/>
|
|
</g>
|
|
|
|
</svg>
|