Changeset 18178 in josm


Ignore:
Timestamp:
2021-08-26T01:50:34+02:00 (3 years ago)
Author:
Don-vip
Message:

fix #20419 - disable svgSalamander filename-based cache when loading SVG files from archives (we have our own cache)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/ImageProvider.java

    r18014 r18178  
    10991099                        SVGDiagram svg = null;
    11001100                        synchronized (getSvgUniverse()) {
    1101                             URI uri = getSvgUniverse().loadSVG(is, entryName);
     1101                            URI uri = getSvgUniverse().loadSVG(is, entryName, true);
    11021102                            svg = getSvgUniverse().getDiagram(uri);
    11031103                        }
Note: See TracChangeset for help on using the changeset viewer.