mirror of
https://github.com/KLayout/klayout.git
synced 2026-08-30 01:39:30 +02:00
This commit adds "permissive" mode to OASIS writer to allow odd-width paths (which are rounded). This commit contains in addition: * The check for odd-width paths is done post-scaling, so reducing the DBU is a workaround * Unit tests for the RBA binding of SaveLayoutOptions * Documentation updates on some SaveLayoutOptions attributes * Using Ruby predicate notation for cif_blank_separator? (note question mark) for consistency. The old notation is still there but deprecated * --permissive option on buddies command lines where applicable