Changeset 14328 in josm for trunk/src/com/kitfox/svg/SVGLoader.java
- Timestamp:
- 2018-10-14T15:15:50+02:00 (7 years ago)
- File:
-
- 1 edited
-
trunk/src/com/kitfox/svg/SVGLoader.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/com/kitfox/svg/SVGLoader.java
r11525 r14328 76 76 77 77 final boolean verbose; 78 79 /** Creates a new instance of SVGLoader */ 78 79 /** 80 * Creates a new instance of SVGLoader 81 * @param xmlBase 82 * @param universe 83 */ 80 84 public SVGLoader(URI xmlBase, SVGUniverse universe) 81 85 {
Note:
See TracChangeset
for help on using the changeset viewer.
