1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2024-09-13 11:12:24 +03:00
eda-tools/sch2fig/TODO

15 lines
547 B
Plaintext
Raw Normal View History

2016-07-25 18:04:25 +03:00
- better text size guessing
- hierarchical labels
- sub-sheets
- unify alignment, direction
- support fonts attributes ?
- support line thickness ?
2016-07-25 19:38:41 +03:00
- ~ as space (grep for ~ in out.fig)
- ~ as overline (grep for ~ in out.fig)
2016-07-25 18:04:25 +03:00
- 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
2016-07-25 19:38:41 +03:00
- support mirroring (and detect-complain if unexpected)