1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2024-09-18 01:26:47 +03:00
eda-tools/sch2fig/TODO
Werner Almesberger dd5f9d2128 sch2fig/: properly interpret KiCad arcs
They can be clockwise or counter-clockwise, but are always < 180 degrees.
2016-07-25 13:38:58 -03:00

20 lines
748 B
Plaintext

- comment text orientation ?
- better text size guessing
- hierarchical labels
- sub-sheets
- unify alignment, direction
- support fonts attributes ?
- support line thickness ?
- show unit in component reference
- ~ as space (grep for ~ in out.fig)
- ~ as overline (grep for ~ in out.fig)
- support pin name not inside component
- check if pin name/number placement changes if one is disabled
- glabel: build for "right" style, then rotate poly
- break into file reading, internal storage, rendering
- show open pins / wires
- check remaining alignment / direction / rotation cases in switch statements
- convert abort / assert(0) to proper error indications
- support mirroring (and detect-complain if unexpected)
- script to merge multiple pages