Pomax / custom-graphics-element

Because what if you could just... write graphics sketches? On the web? Like, directly?
MIT License
17 stars 1 forks source link

Auto-scale stroke text etc. when scale() gets called? #71

Open Pomax opened 8 months ago

Pomax commented 8 months ago

For example, when using scale(5) the line width should be automatically set to 1/5 times whatever it is right now, as well, and the font size should be set to 1/5 times what it is right now, so that things don't suddenly get huge.