blob: 2299f3df42f61e85718df33b620c72f2f8a345f2 (
plain)
1
2
3
4
5
6
7
8
9
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg"
version="1.0" width="400" height="400" id="svg2">
<title>Pie chart</title>
<desc>Picture of a pie chart</desc>
<path d="M200,200 L390,200 A190,190 0 1,1 383.36729378339,150.23620220928 z" fill="#73d216" stroke="#FFFFFF" stroke-width="3" fill-opacity="1.0" stroke-linejoin="round" />
<path d="M200,200 L383.36729378339,150.23620220928 A190,190 0 0,1 390,200 z" fill="#cc0000" stroke="#FFFFFF" stroke-width="3" fill-opacity="1.0" stroke-linejoin="round" />
</svg>
|