xdgnjobs/ximple-dgnio/src/main/java/com/ximple/io/dgn7/TextNodeElement.java
@@ -153,7 +153,7 @@ { ArrayList list = new ArrayList(); for (ListIterator it = listIterator(); it.hasNext(); ) for (ListIterator it = listIterator(); it.hasNext();) { Element element = (Element) it.next(); @@ -256,7 +256,7 @@ double dx = DgnUtility.converUnitToCoord(x); // return DgnUtility.convertFromDGN(x); int y = ((raw[33] << 16) & 0xffff0000) | (raw[34] & 0x0000ffff); int y = ((raw[33] << 16) & 0xffff0000) | (raw[34] & 0x0000ffff); double dy = DgnUtility.converUnitToCoord(y); return new Coordinate(dx, dy);