1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2025-01-23 23:01:06 +02:00

14 lines
510 B
Plaintext
Raw Normal View History

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