Hallo,
Habe ein grünes Lautsprecher-Symbol
hatte grad mal Lust, mit SVG rumzuspielen:
<svg
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
width="640"
height="640" >
<rect x="0" y="0" width="100%" height="100%" fill="white"/>
<path id="speaker" d="m150,200 l150-150 v500
l-150-150 h-80 v-200 z v200 m250,0
a 150,150 1 0 0 0,-200 m50-50 a200,200 0 0 1 0,300"
fill="none" stroke="green" stroke-width="40"
stroke-linecap="round" stroke-linejoin="round" />
</svg>
Wieso sind die beiden neuen Dateien 15 x so groß? Macke vom Gimp?
mit SVG dann ca. 0.5 x so groß.
gibt bestimmt Verbesserungspotential…
Gruß
Kalk