source: osm/applications/editors/josm/plugins/smed1/src/make_images@ 29036

Last change on this file since 29036 was 29036, checked in by malcolmh, 12 years ago

initial

  • Property svn:executable set to *
File size: 203 bytes
Line 
1for i in ../../../../../../openseamap/renderer/SeaMapSymbols/*.svg; do \
2inkscape $i -d 45 -e `echo $i | sed -e 'sX^../../../../../../openseamap/renderer/SeaMapSymbolsXimagesX' -e 's/.svg$/.png/'`; done
Note: See TracBrowser for help on using the repository browser.