mirror of
https://github.com/KLayout/klayout.git
synced 2026-08-29 09:20:45 +02:00
* Fixed a segfault with simple 'klayout -v' * is_halfmanhattan polygon predicate, confine polygon splitting to halfmanhattan Splitting any-angle polygons for area reduction in the deep processor creates a risk of introducing grid-snap artefacts. Hence we avoid this.
19 lines
245 B
Plaintext
19 lines
245 B
Plaintext
|
|
source $drc_test_source
|
|
target $drc_test_target
|
|
|
|
if $drc_test_deep
|
|
deep
|
|
end
|
|
|
|
l1 = input(1, 0)
|
|
l2 = input(2, 0)
|
|
l3 = input(3, 0)
|
|
|
|
l1.output(1, 0)
|
|
l2.output(2, 0)
|
|
l3.output(3, 0)
|
|
|
|
l1.width(4.995.um, projection, angle_limit(50)).output(100, 0)
|
|
|