Implemented solution for #570 (deep Edges::extents)

While doing this, it was discovered that the problem also
persists for EdgePairs and Texts.

In order to provide a more generic solution, some refactoring
was applied.
This commit is contained in:
Matthias Koefferlein
2020-05-31 01:55:05 +02:00
parent eacd67df1c
commit 759f07ee4d
42 changed files with 557 additions and 418 deletions
+16
View File
@@ -0,0 +1,16 @@
source($drc_test_source)
target($drc_test_target)
deep
input(2,0).output(2, 0)
input(3,0).output(3, 0)
input(4,0).output(4, 0)
input(9,0).output(9, 0)
input(2,0).edges.extents(10.nm, 10.nm).output(102, 0)
input(3,0).edges.extents(10.nm, 20.nm).output(103, 0)
input(4,0).edges.extents(20.nm, 10.nm).output(104, 0)
input(9,0).edges.extents(20.nm).output(109, 0)
Binary file not shown.
Binary file not shown.
BIN
View File
Binary file not shown.