14 Commits

Author SHA1 Message Date
Nik Clement
2ccf6089b5 Addition of Helicopter svg marker
The organisation I work for operates helicopters and I've built this svg file to allow me to use this as a marker. I've named the file in the convention of other files and placed into the appropriate folder, while testing to ensure the marker can be colourised in the same way as other svg markers.

I'm adding this as others might benefit from the work I've done.
2020-07-21 16:27:32 +10:00
Ludovic
6247cde584 svg file reduced with svgcleaner 2020-07-07 13:32:51 +02:00
Alexander Bruy
e3148219fe clean up SVG files from unnecessary data 2016-12-14 09:20:16 +02:00
Nyall Dawson
8cac36433d [FEATURE] Add support for transparency in SVG color params
...and update all bundled SVGs to suit

Non-bundled SVGs must add:

fill-opacity="param(fill-opacity)"
and
stroke-opacity="param(outline-opacity)"

to enable transparency support
2015-12-08 22:45:51 +11:00
Nyall Dawson
06c2190e3d Remove default outline-width param from included SVGs if
default value is non 0

using the monstrosity:
zerowidth='!0'; grep -R -rl -P "\"param\(outline-width\) (?${zerowidth})(.*?)\"" | xargs sed -i -b 's/\(param(outline-width)\)[^"]*"/\1\"/g'

(fix #10908)
2015-10-12 07:49:41 +11:00
Nyall Dawson
be6faef0fc Remove default outline param from included SVG files if default is #000
using:
grep -R -rl \"param\(outline\)[[:space:]]*#000\" | xargs sed -i -b 's/\(param(outline)\)\s*#000"/\1\"/g'

(refs #10908)
2015-10-12 07:49:41 +11:00
Nyall Dawson
66e6f399c4 Remove default fill param from included SVG files if default is #FFF
using:
grep -R -rl \"param\(fill\)[[:space:]]*#FFF\" | xargs sed -i -b 's/\(param(fill)\)\s*#FFF"/\1\"/g'

(refs #10908)
2015-10-12 07:49:41 +11:00
olivierdalang
f9386d9786 SVG : forgot some 2013-04-29 20:31:42 +00:00
olivierdalang
c15768bf0a SVG : add parameters 2013-04-29 19:53:05 +00:00
olivierdalang
d3a988ba91 SVG : remove backgrounds, harmonize coulours, harmonize sizes, and add some symbols 2013-04-29 19:53:03 +00:00
Marco Hugentobler
ae6fb04fea small tweak to svg file 2011-06-29 17:23:21 +02:00
Marco Hugentobler
3ca74587eb Added svg parameters to marker files 2011-06-29 11:42:26 +02:00
timlinux
81dd9405d8 Added SJJB icons - see http://www.sjjb.co.uk/mapicons/introduction
git-svn-id: http://svn.osgeo.org/qgis/trunk@14131 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-08-23 14:40:16 +00:00
timlinux
aa076d59e9 Added svg symbols from Matt Amos (with his permission)
git-svn-id: http://svn.osgeo.org/qgis/trunk@9903 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-12-28 03:40:47 +00:00