Changeset 17364 in josm for trunk/src/com/kitfox
- Timestamp:
- 2020-11-26T22:24:27+01:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/com/kitfox/svg/SVGUniverse.java
r14328 r17364 693 693 this.imageDataInlineOnly = imageDataInlineOnly; 694 694 } 695 696 public String statistics() { 697 return String.format("%s has loaded %d SVG images", this, loadedDocs.size()); 698 } 699 695 700 }
Note:
See TracChangeset
for help on using the changeset viewer.