christo / vectorbrat

Interactive vector display software for ilda laser, xy-mode oscilloscopes and vectrex
GNU General Public License v3.0
3 stars 0 forks source link

character gap calculation is incorrect for long lines #30

Open christo opened 1 year ago

christo commented 1 year ago

The gap calculation is specified in em units but the gap calculation uses model space. The problem is that character width is currently derived from cumulative gap space and character count. This is backwards and should be rewritten.

christo commented 1 year ago

Do this when it becomes a practical problem for Asteroids