Changeset 23712 in osm for applications/editors/josm/plugins/importvec/src/com/kitfox
- Timestamp:
- 2010-10-19T21:53:39+02:00 (15 years ago)
- Location:
- applications/editors/josm/plugins/importvec/src/com/kitfox/svg
- Files:
-
- 2 edited
-
SVGElement.java (modified) (1 diff)
-
Use.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/importvec/src/com/kitfox/svg/SVGElement.java
r23707 r23712 419 419 public void loaderEndElement(SVGLoaderHelper helper) throws SVGParseException 420 420 { 421 try 422 { 423 build(); 424 } 425 catch (SVGException se) 426 { 427 throw new SVGParseException(se); 428 } 421 429 } 422 430 -
applications/editors/josm/plugins/importvec/src/com/kitfox/svg/Use.java
r23707 r23712 103 103 if (getPres(sty.setName("height"))) height = sty.getFloatValueWithUnits(); 104 104 105 /*if (getPres(sty.setName("xlink:href")))105 if (getPres(sty.setName("xlink:href"))) 106 106 { 107 107 URI src = sty.getURIValue(getXMLBase()); 108 href = diagram.get Universe().getElement(src);109 } */108 href = diagram.getElement(src.getFragment()); 109 } 110 110 111 111 //Determine use offset/scale
Note:
See TracChangeset
for help on using the changeset viewer.
