mirror of
git://projects.qi-hardware.com/fped.git
synced 2024-11-04 23:37:33 +02:00
e1e758b54f
* zoom and center to extents - variables in tables weren't properly initialized, causing stray recursive evaluation errors - replaced table->active index with table->active_row pointer - added row selection - for fun, added tab.fpd row selection example git-svn-id: http://svn.openmoko.org/trunk/eda/fped@5375 99fdad57-331a-0410-800a-d7fa5415bdb3
15 lines
177 B
Plaintext
15 lines
177 B
Plaintext
/*
|
|
* row selection example
|
|
*/
|
|
|
|
table
|
|
{ x, x2 }
|
|
{ 1mm, 1 }
|
|
{ 2mm, 4 }
|
|
{ 3mm, 9 }
|
|
vec @(x, 0mm)
|
|
circ @ .
|
|
c: vec @(x-1mm, -4mm)
|
|
vec c(0.5mm, 0.5mm)
|
|
pad "$x2" c .
|