Merge pull request #308 from KLayout/issue-305

Fixed issue #305 (CIF reader issue with rotated boxes)
This commit is contained in:
Matthias Köfferlein
2019-07-21 23:49:11 +02:00
committed by GitHub
4 changed files with 29 additions and 4 deletions
+18
View File
@@ -0,0 +1,18 @@
DS 1 10 1;
9 test;
L TEST;
(Origin marker)
B 1 1 0,0;
(Draw two offset boxes without rotation)
B 10 1 20,-10;
B 10 1 20,10;
(Try drawing the same boxes with rotation)
(They appear nearly centered on the origin in Klayout, the offset is wrong?)
B 10 1 20,-10 5,-2;
B 10 1 20,10 5,2;
DF;
E
BIN
View File
Binary file not shown.