blob: 6396975d7925dc426f32170e356f44bf824e733b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
<?xml version="1.0"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- An SVG of a black circle -->
<svg
viewBox="0 0 120 120" version="1.1"
xmlns="http://www.w3.org/2000/svg" style="width:500px;height:500px"
width="500px" height="500px">
<circle cx="60" cy="60" r="50"/>
</svg>
|