kyranet / canvas-constructor

An ES6 utility for canvas with built-in functions and chained methods.
https://canvasconstructor.js.org
MIT License
116 stars 23 forks source link

fix: restore state in `printResponsiveText` #388

Closed kyranet closed 3 years ago

kyranet commented 3 years ago

The method changes the font's size, so it needs to save and restore the state, that way it does not affect sub-sequent calls.

Fixes #383