Changes between Version 10 and Version 11 of DevelopersGuide/DefaultPresets
- Timestamp:
- 2014-12-21T23:29:22+01:00 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopersGuide/DefaultPresets
v10 v11 20 20 * The preferred file format is svg (for lossless scaling). If this is not possible then png. 21 21 * Check if the svg file correctly works with JOSM. There are some svg libraries which do not work with JOSM (the images get deformed). If you have such a file try the following workaround: create a new svg document with Inkscape, copy the svg data to this new file, resize the page to the data and save. 22 * svg icons are automatically cleaned up to reduce file size in the JOSM build. So there is no need to do this step manually before uploading svg files to svn. See comment:35:ticket:10479 and comment:10ticket:10877 22 * svg icons are automatically cleaned up to reduce file size in the JOSM build. So there is no need to do this step manually before uploading svg files to svn. See comment:35:ticket:10479 and comment:10:ticket:10877 23 23 * The icon should identifiable at a size of 16 pixels. This is the size the icons are displayed in the [[Help/MapView|Map View]]. 24 24 * The license needs to be compatible with GPL3 (like PD or CC0)