dionyziz / Automata

An editor for deterministic finite automata
http://automata.discrete.gr
51 stars 12 forks source link

Designer should not be screen-space-dependent #18

Open dionyziz opened 12 years ago

dionyziz commented 12 years ago

Improve the way positions of automata state and transitions are stored so that they are not screen-dependent. Instead of storing locations in pixels, store them as floats in the interval [ 0, 1 ] so that the automaton remains visible when the window is resized or when viewed on a different screen.

mzambe commented 12 years ago

Or scrollbars maybe ?