Alexander Bruy
e3148219fe
clean up SVG files from unnecessary data
2016-12-14 09:20:16 +02:00
Webmaster
ae719c0917
[svg] add accessibility and low vision symbols
2016-04-17 11:22:48 +07: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
anitagraser
1399c6ed07
fixed SVG markersto work with anchor point=bottom
2014-04-05 22:24:07 +02:00
Tim Sutton
cb6f8cc7d1
Added some red and blue point markers.
2013-09-21 18:28:37 +02:00
olivierdalang
c15768bf0a
SVG : add parameters
2013-04-29 19:53:05 +00:00
olivierdalang
1ca02c8e13
SVG : add a directory for crosses
2013-04-29 19:53:04 +00:00
olivierdalang
d3a988ba91
SVG : remove backgrounds, harmonize coulours, harmonize sizes, and add some symbols
2013-04-29 19:53:03 +00:00
olivierdalang
b6958fdfb0
SVG : remove some old-looking svg
2013-04-29 19:53:02 +00:00
jef
cf578ef78e
remove .cvsignore files
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@14165 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-08-28 22:35:41 +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
timlinux
017f965798
Removal of automake infrastructure - CMAKE will be the official build system from here forward
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@7086 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-07-25 20:00:26 +00:00
timlinux
ef715a8e0e
Moved images svg themes and resources out of src/
...
Moved svg and themes into images dir
Tidy up to configure.in
git-svn-id: http://svn.osgeo.org/qgis/trunk@4492 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-07 02:25:11 +00:00