Changeset 17369 in josm for trunk/src/com
- Timestamp:
- 2020-11-27T22:45:55+01:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/com/kitfox/svg/SVGUniverse.java
r17364 r17369 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 700 695 }
Note:
See TracChangeset
for help on using the changeset viewer.