- Timestamp:
- 2014-12-14T06:15:05+01:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/ImageProvider.java
r7748 r7803 1180 1180 try { 1181 1181 svg.render(g); 1182 } catch (SVGException ex) { 1182 } catch (Exception ex) { 1183 Main.error("Unable to load svg: {0}", ex.getMessage()); 1183 1184 return null; 1184 1185 }
Note:
See TracChangeset
for help on using the changeset viewer.