You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In vtext.js#L192-L201 any passed information in the canvas is overwritten.
I need to pass my specific font information before calling vectorizeText as I work in called mm instead of px. so It would be nice to have the function check if a context was given and use that explicitly, else create the default canvas.
In vtext.js#L192-L201 any passed information in the canvas is overwritten.
I need to pass my specific font information before calling vectorizeText as I work in called mm instead of px. so It would be nice to have the function check if a context was given and use that explicitly, else create the default canvas.
The text was updated successfully, but these errors were encountered: