mirror of
git://projects.qi-hardware.com/fped.git
synced 2024-11-04 23:37:33 +02:00
6c2734f6ac
- make_var now sets up all back pointers, so we don't crash when deselecting a variable (this bug was uncovered by cleanup in the previous commit) - report_parse_error didn't print a newline at the end of the message - introduced frame reference selection and the data structures needed for it - bounding box calculation of arcs used x for y - added frame reference selection example quad.fpd git-svn-id: http://svn.openmoko.org/trunk/eda/fped@5377 99fdad57-331a-0410-800a-d7fa5415bdb3
14 lines
148 B
Plaintext
14 lines
148 B
Plaintext
frame c {
|
|
vec @(1mm, 0mm)
|
|
circ . @
|
|
}
|
|
|
|
vec @(-1mm, 1mm)
|
|
frame c .
|
|
vec @(1mm, -1mm)
|
|
frame c .
|
|
vec @(-1mm, -1mm)
|
|
frame c .
|
|
vec @(1mm, 1mm)
|
|
frame c .
|