Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activity/activity-graph-plotter.svg
blob: 2640949b21292a205611e57e1daba2a0c6922370 (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg  PUBLIC '-//W3C//DTD SVG 1.1//EN'  'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' [
	<!ENTITY stroke_color "#010101">
	<!ENTITY fill_color "#010101">
]>
<svg width="40" height="40" xmlns="http://www.w3.org/2000/svg" version="1.1">
  <path class="SamplePath" d="M5,20 C5,10 20,10 20,20 S35,30 35,20" style="fill:none; stroke:&stroke_color; stroke-width:4"/>
  <rect x="0" y="19.8" width="40" height="2.25" style="fill: &fill_color; stroke: none;"/>
  <rect x="19.8" y="0" width="2.25" height="40" style="fill: &fill_color; stroke: none;"/>
</svg>