Changes between Version 62 and Version 63 of DevelopersGuide/DefaultPresets
- Timestamp:
- 2022-08-06T13:24:30+02:00 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopersGuide/DefaultPresets
v62 v63 47 47 * If the icon includes gradients, the offset needs to increase at every stop, i.e. two stops with the same offset are not allowed, see [https://github.com/blackears/svgSalamander/pull/4 svg salamander]. 48 48 * CSS styles (`<style type="text/css">`) are not supported yet by svgSalamander. 49 * If possible don't use text elemets at all as this can lead to different display results based on e.g. os or installed fonts. To avoid this you can transform text into paths in the svg. 49 * If possible don't use text elements at all as this can lead to different display results based on e.g. os or installed fonts. To avoid this you can transform text into paths in the svg. 50 50 * Some of the named problems can be detected by executing this [source:/josm/trunk/scripts/geticons.pl script]. 51 51
