mirror of https://github.com/KLayout/klayout.git
Added test for deep Text extents
This commit is contained in:
parent
cd485efc14
commit
2dee855d1d
|
|
@ -13,4 +13,5 @@ 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(3,0).edges.extents(10.nm, 20.nm).output(103, 0)
|
||||||
input(4,0).edges.extents(20.nm, 10.nm).output(104, 0)
|
input(4,0).edges.extents(20.nm, 10.nm).output(104, 0)
|
||||||
input(9,0).edges.extents(20.nm).output(109, 0)
|
input(9,0).edges.extents(20.nm).output(109, 0)
|
||||||
|
labels(9,0).extents(50.nm, 100.nm).output(109, 1)
|
||||||
|
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Reference in New Issue