mirror of
https://github.com/KLayout/klayout.git
synced 2026-08-29 17:30:09 +02:00
- Properly handling copy constructor and initialization - Simplify code - Added test
23 lines
393 B
Plaintext
23 lines
393 B
Plaintext
VERSION 5.8 ;
|
|
|
|
MACRO b
|
|
ORIGIN -600 0 ;
|
|
SIZE 400 BY 500 ;
|
|
OBS
|
|
LAYER M1 ;
|
|
RECT 610 10 990 590 ;
|
|
END
|
|
END b
|
|
|
|
MACRO c
|
|
ORIGIN -500 -500 ;
|
|
SIZE 500 BY 500 ;
|
|
OBS
|
|
LAYER M1 ;
|
|
POLYGON 510 610 610 610 610 510 990 510 990 990 510 990 ;
|
|
LAYER overlap ;
|
|
RECT 500 700 1000 1000 ;
|
|
POLYGON 500 600 600 600 600 500 1000 500 1000 700 500 700 ;
|
|
END
|
|
END c
|