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
|
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 |
|
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 |
|