We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is related to the post here:
https://www.klayout.de/forum/discussion/1539/cif-visualisation-glitch-and-writing-bug-with-a-cell-rotated-by-5-degrees#latest
The reader bug consists of creating a box with coordinates 0,0..0.999,0.999 instead of 0,0..1,1. It is reproducible on Windows 10, 64bit.
Writer bug: Saving the file will render an invalid transformation. For example here:
C2 R9.00719925474e+15,9.0370723779e+14 T0,0;
The text was updated successfully, but these errors were encountered:
Fixed bug #568 (CIF writer issue with small rotation angles)
83c6108
Fixed bug #568 (CIF writer issue with small rotation angles) (#569)
a046457
* Fixed bug #568 (CIF writer issue with small rotation angles) * Fixed the reader bug too which created the rounding issue.
e45037a
klayoutmatthias
No branches or pull requests
This is related to the post here:
https://www.klayout.de/forum/discussion/1539/cif-visualisation-glitch-and-writing-bug-with-a-cell-rotated-by-5-degrees#latest
The reader bug consists of creating a box with coordinates 0,0..0.999,0.999 instead of 0,0..1,1. It is reproducible on Windows 10, 64bit.
Writer bug: Saving the file will render an invalid transformation. For example here:
The text was updated successfully, but these errors were encountered: