CADmium-Co / CADmium

A CAD program that runs in the browser
https://cadmium-co.github.io/CADmium/
Other
1.46k stars 59 forks source link

Font size should be independent of zoom #63

Open MattFerraro opened 5 months ago

MattFerraro commented 5 months ago

Currently, if you zoom in and out the font size for the plane labels "Front", "Top", and "Right" all get bigger or smaller. Zooming in or out makes the labels illegible.

A more aesthetically pleasing effect would be if the text labels stayed one size no matter the zoom level, so they are always legible.

One edge case this creates is what to do when you zoom out so much that the labels are bigger than the planes. It's okay to ignore that case for now.