mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-07 11:31:08 +02:00
Merge pull request #308 from KLayout/issue-305
Fixed issue #305 (CIF reader issue with rotated boxes)
This commit is contained in:
Vendored
+18
@@ -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
|
||||
Vendored
BIN
Binary file not shown.
Reference in New Issue
Block a user