Index: flow.svg =================================================================== --- flow.svg (revision 5150) +++ flow.svg (revision 5151) @@ -4,11 +4,11 @@ - - + + flow - + sch @@ -108,25 +108,27 @@ lib - -lib + +local footprint +library lib->pcb - - - -.fp + + + +.fp wlib - -wlib + +remote footprint +library (e.g. on the web) wlib->pcb - - + + import footprint Index: src/flow.dot =================================================================== --- src/flow.dot (revision 5150) +++ src/flow.dot (revision 5151) @@ -9,8 +9,8 @@ subgraph edit { rank=same pcb [label="pcb-rnd" shape=octagon width=2 height=2] - lib [lable="local footprint\nlibrary"] - wlib [lable="remote footprint\nlibrary (e.g. on the web)" color=grey fontcolor=grey] + lib [label="local footprint\nlibrary"] + wlib [label="remote footprint\nlibrary (e.g. on the web)" color=grey fontcolor=grey] }