statistics: add SVG icons representing chart-types
Add a few icons representing chart type (in internal terms: chart subtypes): bar (grouped, stacked, single), box-and-whisker, data points, pie. These should be shown in the chart selection box. Yes, the "artwork" is not pretty, so see these as a placeholder. Morover, add a "warning" icon. This icon already existed as SVG, but was not references (its png render was). Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
111
icons/chart_bar_grouped_horizontal.svg
Normal file
|
@ -0,0 +1,111 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="100mm"
|
||||
height="100mm"
|
||||
viewBox="0 0 100 100"
|
||||
version="1.1"
|
||||
id="svg8">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
id="layer1"
|
||||
transform="translate(0,-197)">
|
||||
<rect
|
||||
style="fill:#ffffff;stroke:#000000;stroke-width:0.2;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
id="rect833"
|
||||
width="99.800003"
|
||||
height="99.800003"
|
||||
x="197.10001"
|
||||
y="-99.900002"
|
||||
transform="rotate(90)" />
|
||||
<rect
|
||||
style="fill:#87aade;stroke:#000000;stroke-width:0.199999;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
id="rect2083"
|
||||
width="4.8000011"
|
||||
height="87.095314"
|
||||
x="208.35001"
|
||||
y="-87.19532"
|
||||
transform="rotate(90)" />
|
||||
<rect
|
||||
style="fill:#55d400;fill-opacity:1;stroke:#000000;stroke-width:0.199999;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
id="rect3490"
|
||||
width="4.8000011"
|
||||
height="46.714348"
|
||||
x="215.85001"
|
||||
y="-46.814358"
|
||||
transform="rotate(90)" />
|
||||
<rect
|
||||
style="fill:#ff6600;fill-opacity:1;stroke:#000000;stroke-width:0.199999;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
id="rect3492"
|
||||
width="4.8000011"
|
||||
height="32.264889"
|
||||
x="223.35001"
|
||||
y="-32.36491"
|
||||
transform="rotate(90)" />
|
||||
<rect
|
||||
style="fill:#87aade;stroke:#000000;stroke-width:0.199999;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
id="rect3494"
|
||||
width="4.8000011"
|
||||
height="61.806065"
|
||||
x="238.35001"
|
||||
y="-61.906078"
|
||||
transform="rotate(90)" />
|
||||
<rect
|
||||
style="fill:#55d400;fill-opacity:1;stroke:#000000;stroke-width:0.199999;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
id="rect3496"
|
||||
width="4.8000011"
|
||||
height="23.830708"
|
||||
x="245.85001"
|
||||
y="-23.930706"
|
||||
transform="rotate(90)" />
|
||||
<rect
|
||||
style="fill:#ff6600;fill-opacity:1;stroke:#000000;stroke-width:0.199999;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
id="rect3498"
|
||||
width="4.8000011"
|
||||
height="76.250023"
|
||||
x="253.35001"
|
||||
y="-76.350029"
|
||||
transform="rotate(90)" />
|
||||
<rect
|
||||
style="fill:#87aade;stroke:#000000;stroke-width:0.199999;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
id="rect3500"
|
||||
width="4.8000011"
|
||||
height="46.882599"
|
||||
x="268.35001"
|
||||
y="-46.982616"
|
||||
transform="rotate(90)" />
|
||||
<rect
|
||||
style="fill:#55d400;fill-opacity:1;stroke:#000000;stroke-width:0.199999;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
id="rect3502"
|
||||
width="4.8000011"
|
||||
height="58.173393"
|
||||
x="275.85001"
|
||||
y="-58.273403"
|
||||
transform="rotate(90)" />
|
||||
<rect
|
||||
style="fill:#ff6600;fill-opacity:1;stroke:#000000;stroke-width:0.199999;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
id="rect3504"
|
||||
width="4.8000011"
|
||||
height="25.311098"
|
||||
x="283.35001"
|
||||
y="-25.411114"
|
||||
transform="rotate(90)" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 3.6 KiB |
101
icons/chart_bar_grouped_vertical.svg
Normal file
|
@ -0,0 +1,101 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="100mm"
|
||||
height="100mm"
|
||||
viewBox="0 0 100 100"
|
||||
version="1.1"
|
||||
id="svg8">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
id="layer1"
|
||||
transform="translate(0,-197)">
|
||||
<rect
|
||||
style="fill:#ffffff;stroke:#000000;stroke-width:0.2;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
id="rect833"
|
||||
width="99.800003"
|
||||
height="99.800003"
|
||||
x="0.1"
|
||||
y="197.10001" />
|
||||
<rect
|
||||
style="fill:#87aade;stroke:#000000;stroke-width:0.199999;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
id="rect2083"
|
||||
width="4.8000011"
|
||||
height="87.095314"
|
||||
x="11.35"
|
||||
y="209.80469" />
|
||||
<rect
|
||||
style="fill:#55d400;fill-opacity:1;stroke:#000000;stroke-width:0.199999;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
id="rect3490"
|
||||
width="4.8000011"
|
||||
height="46.714348"
|
||||
x="18.85"
|
||||
y="250.18565" />
|
||||
<rect
|
||||
style="fill:#ff6600;fill-opacity:1;stroke:#000000;stroke-width:0.199999;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
id="rect3492"
|
||||
width="4.8000011"
|
||||
height="32.264889"
|
||||
x="26.35"
|
||||
y="264.6351" />
|
||||
<rect
|
||||
style="fill:#87aade;stroke:#000000;stroke-width:0.199999;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
id="rect3494"
|
||||
width="4.8000011"
|
||||
height="61.806065"
|
||||
x="41.349998"
|
||||
y="235.09393" />
|
||||
<rect
|
||||
style="fill:#55d400;fill-opacity:1;stroke:#000000;stroke-width:0.199999;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
id="rect3496"
|
||||
width="4.8000011"
|
||||
height="23.830708"
|
||||
x="48.849998"
|
||||
y="273.06931" />
|
||||
<rect
|
||||
style="fill:#ff6600;fill-opacity:1;stroke:#000000;stroke-width:0.199999;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
id="rect3498"
|
||||
width="4.8000011"
|
||||
height="76.250023"
|
||||
x="56.349998"
|
||||
y="220.64998" />
|
||||
<rect
|
||||
style="fill:#87aade;stroke:#000000;stroke-width:0.199999;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
id="rect3500"
|
||||
width="4.8000011"
|
||||
height="46.882599"
|
||||
x="71.349998"
|
||||
y="250.0174" />
|
||||
<rect
|
||||
style="fill:#55d400;fill-opacity:1;stroke:#000000;stroke-width:0.199999;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
id="rect3502"
|
||||
width="4.8000011"
|
||||
height="58.173393"
|
||||
x="78.849998"
|
||||
y="238.72661" />
|
||||
<rect
|
||||
style="fill:#ff6600;fill-opacity:1;stroke:#000000;stroke-width:0.199999;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
id="rect3504"
|
||||
width="4.8000011"
|
||||
height="25.311098"
|
||||
x="86.349998"
|
||||
y="271.5889" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 3.3 KiB |
63
icons/chart_bar_horizontal.svg
Normal file
|
@ -0,0 +1,63 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="100mm"
|
||||
height="100mm"
|
||||
viewBox="0 0 100 100"
|
||||
version="1.1"
|
||||
id="svg8">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
id="layer1"
|
||||
transform="translate(0,-197)">
|
||||
<rect
|
||||
style="fill:#ffffff;stroke:#000000;stroke-width:0.2;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
id="rect833"
|
||||
width="99.800003"
|
||||
height="99.800003"
|
||||
x="197.10002"
|
||||
y="-99.900002"
|
||||
transform="rotate(90)" />
|
||||
<rect
|
||||
style="fill:#87aade;stroke:#000000;stroke-width:0.2;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
id="rect853"
|
||||
width="19.799999"
|
||||
height="46.130878"
|
||||
x="207.10002"
|
||||
y="-46.230877"
|
||||
transform="rotate(90)" />
|
||||
<rect
|
||||
style="fill:#87aade;stroke:#000000;stroke-width:0.2;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
id="rect855"
|
||||
width="19.799999"
|
||||
height="87.386894"
|
||||
x="237.10002"
|
||||
y="-87.486885"
|
||||
transform="rotate(90)" />
|
||||
<rect
|
||||
style="fill:#87aade;stroke:#000000;stroke-width:0.2;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
id="rect857"
|
||||
width="19.799999"
|
||||
height="66.071342"
|
||||
x="267.10004"
|
||||
y="-66.171333"
|
||||
transform="rotate(90)" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.8 KiB |
111
icons/chart_bar_stacked_horizontal.svg
Normal file
|
@ -0,0 +1,111 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="100mm"
|
||||
height="100mm"
|
||||
viewBox="0 0 100 100"
|
||||
version="1.1"
|
||||
id="svg8">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
id="layer1"
|
||||
transform="translate(0,-197)">
|
||||
<rect
|
||||
style="fill:#ffffff;stroke:#000000;stroke-width:0.2;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
id="rect833"
|
||||
width="99.800003"
|
||||
height="99.800003"
|
||||
x="197.10002"
|
||||
y="-99.900002"
|
||||
transform="rotate(90)" />
|
||||
<rect
|
||||
style="fill:#87aade;stroke:#000000;stroke-width:0.2;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
id="rect853"
|
||||
width="19.799999"
|
||||
height="46.130878"
|
||||
x="207.10002"
|
||||
y="-46.230877"
|
||||
transform="rotate(90)" />
|
||||
<rect
|
||||
style="fill:#87aade;stroke:#000000;stroke-width:0.2;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
id="rect855"
|
||||
width="19.799999"
|
||||
height="87.386894"
|
||||
x="237.10002"
|
||||
y="-87.486885"
|
||||
transform="rotate(90)" />
|
||||
<rect
|
||||
style="fill:#87aade;stroke:#000000;stroke-width:0.2;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
id="rect857"
|
||||
width="19.799999"
|
||||
height="66.071342"
|
||||
x="267.10004"
|
||||
y="-66.171333"
|
||||
transform="rotate(90)" />
|
||||
<rect
|
||||
style="fill:#55d400;stroke:#000000;stroke-width:0.2;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
id="rect1447"
|
||||
width="19.799999"
|
||||
height="33.238956"
|
||||
x="207.10002"
|
||||
y="-33.33897"
|
||||
transform="rotate(90)" />
|
||||
<rect
|
||||
style="fill:#ff6600;stroke:#000000;stroke-width:0.2;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
id="rect1449"
|
||||
width="19.799999"
|
||||
height="16.670628"
|
||||
x="207.10002"
|
||||
y="-16.770641"
|
||||
transform="rotate(90)" />
|
||||
<rect
|
||||
style="fill:#55d400;stroke:#000000;stroke-width:0.2;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
id="rect1451"
|
||||
width="19.799999"
|
||||
height="70.848572"
|
||||
x="237.10002"
|
||||
y="-70.948586"
|
||||
transform="rotate(90)" />
|
||||
<rect
|
||||
style="fill:#ff6600;stroke:#000000;stroke-width:0.2;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
id="rect1453"
|
||||
width="19.799999"
|
||||
height="19.758835"
|
||||
x="237.10002"
|
||||
y="-19.858837"
|
||||
transform="rotate(90)" />
|
||||
<rect
|
||||
style="fill:#55d400;stroke:#000000;stroke-width:0.2;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
id="rect1455"
|
||||
width="19.799999"
|
||||
height="30.866888"
|
||||
x="267.10004"
|
||||
y="-30.9669"
|
||||
transform="rotate(90)" />
|
||||
<rect
|
||||
style="fill:#ff6600;stroke:#000000;stroke-width:0.2;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
id="rect1457"
|
||||
width="19.799999"
|
||||
height="12.261885"
|
||||
x="267.10004"
|
||||
y="-12.361889"
|
||||
transform="rotate(90)" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 3.5 KiB |
101
icons/chart_bar_stacked_vertical.svg
Normal file
|
@ -0,0 +1,101 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="100mm"
|
||||
height="100mm"
|
||||
viewBox="0 0 100 100"
|
||||
version="1.1"
|
||||
id="svg8">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
id="layer1"
|
||||
transform="translate(0,-197)">
|
||||
<rect
|
||||
style="fill:#ffffff;stroke:#000000;stroke-width:0.2;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
id="rect833"
|
||||
width="99.800003"
|
||||
height="99.800003"
|
||||
x="0.1"
|
||||
y="197.10001" />
|
||||
<rect
|
||||
style="fill:#87aade;stroke:#000000;stroke-width:0.2;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
id="rect853"
|
||||
width="19.799999"
|
||||
height="46.130878"
|
||||
x="10.1"
|
||||
y="250.76913" />
|
||||
<rect
|
||||
style="fill:#87aade;stroke:#000000;stroke-width:0.2;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
id="rect855"
|
||||
width="19.799999"
|
||||
height="87.386894"
|
||||
x="40.099998"
|
||||
y="209.51312" />
|
||||
<rect
|
||||
style="fill:#87aade;stroke:#000000;stroke-width:0.2;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
id="rect857"
|
||||
width="19.799999"
|
||||
height="66.071342"
|
||||
x="70.099998"
|
||||
y="230.82867" />
|
||||
<rect
|
||||
style="fill:#55d400;stroke:#000000;stroke-width:0.2;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
id="rect1447"
|
||||
width="19.799999"
|
||||
height="33.238956"
|
||||
x="10.1"
|
||||
y="263.66104" />
|
||||
<rect
|
||||
style="fill:#ff6600;stroke:#000000;stroke-width:0.2;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
id="rect1449"
|
||||
width="19.799999"
|
||||
height="16.670628"
|
||||
x="10.1"
|
||||
y="280.22937" />
|
||||
<rect
|
||||
style="fill:#55d400;stroke:#000000;stroke-width:0.2;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
id="rect1451"
|
||||
width="19.799999"
|
||||
height="70.848572"
|
||||
x="40.099998"
|
||||
y="226.05144" />
|
||||
<rect
|
||||
style="fill:#ff6600;stroke:#000000;stroke-width:0.2;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
id="rect1453"
|
||||
width="19.799999"
|
||||
height="19.758835"
|
||||
x="40.099998"
|
||||
y="277.14117" />
|
||||
<rect
|
||||
style="fill:#55d400;stroke:#000000;stroke-width:0.2;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
id="rect1455"
|
||||
width="19.799999"
|
||||
height="30.866888"
|
||||
x="70.099998"
|
||||
y="266.03311" />
|
||||
<rect
|
||||
style="fill:#ff6600;stroke:#000000;stroke-width:0.2;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
id="rect1457"
|
||||
width="19.799999"
|
||||
height="12.261885"
|
||||
x="70.099998"
|
||||
y="284.63812" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 3.2 KiB |
66
icons/chart_bar_vertical.svg
Normal file
|
@ -0,0 +1,66 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="100mm"
|
||||
height="100mm"
|
||||
viewBox="0 0 100 100"
|
||||
version="1.1"
|
||||
id="svg8">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
id="layer1"
|
||||
transform="translate(0,-197)">
|
||||
<rect
|
||||
style="fill:#ffffff;stroke:#000000;stroke-width:0.2;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
id="rect833"
|
||||
width="99.800003"
|
||||
height="99.800003"
|
||||
x="0.1"
|
||||
y="197.10001" />
|
||||
<rect
|
||||
style="fill:#87aade;stroke:#000000;stroke-width:0.2;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
id="rect853"
|
||||
width="19.799999"
|
||||
height="46.130878"
|
||||
x="10.1"
|
||||
y="250.76913" />
|
||||
<rect
|
||||
style="fill:#87aade;stroke:#000000;stroke-width:0.2;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
id="rect855"
|
||||
width="19.799999"
|
||||
height="87.386894"
|
||||
x="40.099998"
|
||||
y="209.51312" />
|
||||
<rect
|
||||
style="fill:#87aade;stroke:#000000;stroke-width:0.2;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
id="rect857"
|
||||
width="19.799999"
|
||||
height="66.071342"
|
||||
x="70.099998"
|
||||
y="230.82867" />
|
||||
<rect
|
||||
style="fill:#87aade;stroke:#000000;stroke-width:0.2;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
id="rect2083"
|
||||
width="19.799999"
|
||||
height="46.130878"
|
||||
x="10.1"
|
||||
y="250.76913" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2 KiB |
119
icons/chart_box.svg
Normal file
|
@ -0,0 +1,119 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="100mm"
|
||||
height="100mm"
|
||||
viewBox="0 0 100 100"
|
||||
version="1.1"
|
||||
id="svg8">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
id="layer1"
|
||||
transform="translate(0,-197)">
|
||||
<rect
|
||||
style="fill:#ffffff;stroke:#000000;stroke-width:0.2;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
id="rect833"
|
||||
width="99.800003"
|
||||
height="99.800003"
|
||||
x="0.1"
|
||||
y="197.10001" />
|
||||
<rect
|
||||
style="fill:#87aade;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
|
||||
id="rect2838"
|
||||
width="19.5"
|
||||
height="32.33989"
|
||||
x="8.3708344"
|
||||
y="227.3101" />
|
||||
<path
|
||||
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="M 8.3708329,211.43484 H 27.870831"
|
||||
id="path2840" />
|
||||
<path
|
||||
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="M 8.3708329,269.64321 H 27.870831"
|
||||
id="path2842" />
|
||||
<path
|
||||
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="M 8.3708329,237.89319 H 27.870831"
|
||||
id="path2844" />
|
||||
<path
|
||||
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="M 18.370832,259.64974 V 269.6619"
|
||||
id="path2846" />
|
||||
<path
|
||||
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 18.370832,211.4605 v 15.868"
|
||||
id="path2848" />
|
||||
<rect
|
||||
style="fill:#87aade;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
|
||||
id="rect2850"
|
||||
width="19.5"
|
||||
height="19.226391"
|
||||
x="40.120831"
|
||||
y="248.47679" />
|
||||
<path
|
||||
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="M 40.120834,232.60152 H 59.620833"
|
||||
id="path2852" />
|
||||
<path
|
||||
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="M 40.120834,290.80989 H 59.620833"
|
||||
id="path2854" />
|
||||
<path
|
||||
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="M 40.120834,255.35568 H 59.620833"
|
||||
id="path2856" />
|
||||
<path
|
||||
style="fill:none;stroke:#000000;stroke-width:0.500001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 50.120834,267.77074 v 23.05784"
|
||||
id="path2858" />
|
||||
<path
|
||||
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 50.120834,232.62718 v 15.868"
|
||||
id="path2860" />
|
||||
<rect
|
||||
style="fill:#87aade;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
|
||||
id="rect2862"
|
||||
width="19.5"
|
||||
height="52.065151"
|
||||
x="71.870834"
|
||||
y="216.72676" />
|
||||
<path
|
||||
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="M 71.870836,200.8515 H 91.370835"
|
||||
id="path2864" />
|
||||
<path
|
||||
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="M 71.870836,285.51822 H 91.370835"
|
||||
id="path2866" />
|
||||
<path
|
||||
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="M 71.870836,243.18486 H 91.370835"
|
||||
id="path2868" />
|
||||
<path
|
||||
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 81.870836,268.83021 v 16.7067"
|
||||
id="path2870" />
|
||||
<path
|
||||
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 81.870836,200.87716 v 15.868"
|
||||
id="path2872" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 5.2 KiB |
50
icons/chart_pie.svg
Normal file
|
@ -0,0 +1,50 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="100mm"
|
||||
height="100mm"
|
||||
viewBox="0 0 100 100"
|
||||
version="1.1"
|
||||
id="svg8">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
id="layer1"
|
||||
transform="translate(0,-197)">
|
||||
<rect
|
||||
style="fill:#ffffff;stroke:#000000;stroke-width:0.2;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
id="rect833"
|
||||
width="99.800003"
|
||||
height="99.800003"
|
||||
x="197.10001"
|
||||
y="-99.900002"
|
||||
transform="rotate(90)" />
|
||||
<ellipse
|
||||
style="fill:#ff6600;fill-opacity:1;stroke:#000000;stroke-width:0.499999"
|
||||
id="path3628"
|
||||
cx="50"
|
||||
cy="247.00002"
|
||||
rx="39.870003"
|
||||
ry="39.870007" />
|
||||
<path
|
||||
style="fill:#87aade;fill-opacity:1;stroke:#000000;stroke-width:0.499999"
|
||||
id="ellipse3630"
|
||||
d="m 50,207.13001 a 39.870003,39.870007 0 0 1 39.870003,39.87001 H 50 Z" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.4 KiB |
80
icons/chart_points.svg
Normal file
|
@ -0,0 +1,80 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="100mm"
|
||||
height="100mm"
|
||||
viewBox="0 0 100 100"
|
||||
version="1.1"
|
||||
id="svg8">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
id="layer1"
|
||||
transform="translate(0,-197)">
|
||||
<rect
|
||||
style="fill:#ffffff;stroke:#000000;stroke-width:0.2;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
id="rect833"
|
||||
width="99.800003"
|
||||
height="99.800003"
|
||||
x="0.1"
|
||||
y="197.10001" />
|
||||
<ellipse
|
||||
style="fill:#87aade;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none"
|
||||
id="path2784"
|
||||
cx="9.3999996"
|
||||
cy="267.37744"
|
||||
rx="4.9000001"
|
||||
ry="4.8999996" />
|
||||
<ellipse
|
||||
style="fill:#87aade;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none"
|
||||
id="ellipse2810"
|
||||
cx="25.275002"
|
||||
cy="256.79413"
|
||||
rx="4.9000001"
|
||||
ry="4.8999996" />
|
||||
<ellipse
|
||||
style="fill:#87aade;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none"
|
||||
id="ellipse2812"
|
||||
cx="41.150002"
|
||||
cy="214.46077"
|
||||
rx="4.9000001"
|
||||
ry="4.8999996" />
|
||||
<ellipse
|
||||
style="fill:#87aade;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none"
|
||||
id="ellipse2814"
|
||||
cx="57.025002"
|
||||
cy="230.33578"
|
||||
rx="4.9000001"
|
||||
ry="4.8999996" />
|
||||
<ellipse
|
||||
style="fill:#87aade;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none"
|
||||
id="ellipse2816"
|
||||
cx="72.900002"
|
||||
cy="277.96075"
|
||||
rx="4.9000001"
|
||||
ry="4.8999996" />
|
||||
<ellipse
|
||||
style="fill:#87aade;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none"
|
||||
id="ellipse2818"
|
||||
cx="88.774994"
|
||||
cy="240.91913"
|
||||
rx="4.9000001"
|
||||
ry="4.8999996" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2.4 KiB |
|
@ -100,5 +100,15 @@
|
|||
<file alias="gps_good_result-icon">icons/resultgreen.png</file>
|
||||
<file alias="gps_warning_result-icon">icons/resultyellow.png</file>
|
||||
<file alias="gps_bad_result-icon">icons/resultred.png</file>
|
||||
<file alias="chart-bar-grouped-horizontal-icon">icons/chart_bar_grouped_horizontal.svg</file>
|
||||
<file alias="chart-bar-grouped-vertical-icon">icons/chart_bar_grouped_vertical.svg</file>
|
||||
<file alias="chart-bar-stacked-horizontal-icon">icons/chart_bar_stacked_horizontal.svg</file>
|
||||
<file alias="chart-bar-stacked-vertical-icon">icons/chart_bar_stacked_vertical.svg</file>
|
||||
<file alias="chart-bar-horizontal-icon">icons/chart_bar_horizontal.svg</file>
|
||||
<file alias="chart-bar-vertical-icon">icons/chart_bar_vertical.svg</file>
|
||||
<file alias="chart-box-icon">icons/chart_box.svg</file>
|
||||
<file alias="chart-pie-icon">icons/chart_pie.svg</file>
|
||||
<file alias="chart-points-icon">icons/chart_points.svg</file>
|
||||
<file alias="chart-warning-icon">icons/warning-icon.svg</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
|