mirror of
git://projects.qi-hardware.com/fped.git
synced 2024-11-04 23:37:33 +02:00
995aa4ca04
- added temporary solution for having a part name - added part name to FPD example files - reduced area in which the frame delete button responds git-svn-id: http://svn.openmoko.org/trunk/eda/fped@5393 99fdad57-331a-0410-800a-d7fa5415bdb3
16 lines
161 B
Plaintext
16 lines
161 B
Plaintext
frame c {
|
|
vec @(1mm, 0mm)
|
|
circ . @
|
|
}
|
|
|
|
part "quad"
|
|
|
|
vec @(-1mm, 1mm)
|
|
frame c .
|
|
vec @(1mm, -1mm)
|
|
frame c .
|
|
vec @(-1mm, -1mm)
|
|
frame c .
|
|
vec @(1mm, 1mm)
|
|
frame c .
|