diff options
author | Jan Klemkow <j.klemkow@wemelug.de> | 2013-01-08 15:31:39 +0100 |
---|---|---|
committer | Jan Klemkow <j.klemkow@wemelug.de> | 2013-01-08 15:31:39 +0100 |
commit | b87b23086cef0850f5baa9f1a4519576b26f4ab6 (patch) | |
tree | 0a1667227ea288757e00c42ddec59873eee865da /image | |
parent | 7336eeb587f72743c1288bad7df34195196a681f (diff) | |
download | sksys-b87b23086cef0850f5baa9f1a4519576b26f4ab6.tar.gz sksys-b87b23086cef0850f5baa9f1a4519576b26f4ab6.tar.bz2 sksys-b87b23086cef0850f5baa9f1a4519576b26f4ab6.zip |
make stroke bigger in pie chart.
Diffstat (limited to 'image')
-rw-r--r-- | image/wayland-sep-pie.svg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/image/wayland-sep-pie.svg b/image/wayland-sep-pie.svg index c15faf8..2299f3d 100644 --- a/image/wayland-sep-pie.svg +++ b/image/wayland-sep-pie.svg @@ -4,6 +4,6 @@ <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="2" 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="2" fill-opacity="1.0" stroke-linejoin="round" /> +<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> |