mirror of
https://github.com/caiwx86/small-packages.git
synced 2026-08-01 20:39:36 +08:00
19 lines
747 B
XML
19 lines
747 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 width="100%" height="100%" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
|
<polyline id="total_line" class="total" points="" />
|
|
<polyline id="user_line" class="user" points="" />
|
|
<polyline id="sys_line" class="sys" points="" />
|
|
<polyline id="sirq_line" class="sirq" points="" />
|
|
|
|
<line class="grid" x1="0" y1="25%" x2="100%" y2="25%" />
|
|
<text id="label_75" x="20" y="24%"> </text>
|
|
|
|
<line class="grid" x1="0" y1="50%" x2="100%" y2="50%" />
|
|
<text id="label_50" x="20" y="49%"> </text>
|
|
|
|
<line class="grid" x1="0" y1="75%" x2="100%" y2="75%" />
|
|
<text id="label_25" x="20" y="74%"> </text>
|
|
</svg>
|