Changes between Version 7 and Version 8 of Help/Styles/Images


Ignore:
Timestamp:
2021-11-18T19:33:36+01:00 (4 years ago)
Author:
skyper
Comment:

typo

Legend:

Unmodified
Added
Removed
Modified
  • Help/Styles/Images

    v7 v8  
    6464=== Raster formats ===
    6565JOSM can display the following raster formats: `png`, `jpeg`, `gif` and `bmp`. \\
    66 (Basically all formats that are supported by the Java Runtime Environment v. 6)
     66(Basically all formats that are supported by the Java Runtime Environment)
    6767
    6868=== Vector formats ===
    69 There is also build-in support for ''scalable vector graphics'' (`svg`). svg icons are preffered over raster format icons because of lossless scaling on hidpi screens. Most `svg`-images should be rendered correctly, but in some cases the result may be flawed. This is due to limitations of the used [https://svgsalamander.java.net/ svg-library].
     69There is also build-in support for ''scalable vector graphics'' (`svg`). svg icons are preferred over raster format icons because of lossless scaling on hidpi screens. Most `svg`-images should be rendered correctly, but in some cases the result may be flawed. This is due to limitations of the used [https://svgsalamander.java.net/ svg-library].
    7070
    7171One thing you can be sure of, is that the rendering is consistent on all systems. So either the result looks OK, or it does not.