mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-01 10:27:53 +02:00
Backward compatibility mode (with fix): size now also accepts sizing mode as string (for supporting GF180 DRC decks properly)
This commit is contained in:
Vendored
+1
@@ -58,4 +58,5 @@ l3.sized(1.0, diamond_limit).output(202, 0)
|
||||
l3.sized(1.0, 0.5, diamond_limit).output(203, 0)
|
||||
l3.sized(diamond_limit, 1.0, 0.5).output(204, 0)
|
||||
l3.sized(1.0, diamond_limit, size_outside(l2), steps(2)).output(205, 0)
|
||||
l3.sized(1.0, 'diamond_limit').output(206, 0)
|
||||
|
||||
|
||||
BIN
Binary file not shown.
BIN
Binary file not shown.
Reference in New Issue
Block a user