-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed gds parse to use type in the textbody as datatype for the gds l…
…ayer Fixed aref parsing bug: previously first dx, dy were calculated from xy points and then transformed, also the first point(origin) was not transformed and all these resulted in wrong coordinates(in case of 90, 270 degrees when axis swap) and one of dx or dy been zero, now change to transform xy points first and then calcualte dx, dy.
- Loading branch information
Showing
1 changed file
with
30 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters