We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when you try to put text on a image it removes the image and puts only text. I encountered this issue only in mobile devices, works fine on my pc. I was using webpack but I don't think that matters. It cleans canvas at https://github.com/namniak/canvas-text-wrapper/blob/268a8620ab05336d4355c34cc1b6df6b66c9a061/canvas-text-wrapper.js#LL49C1-L49C13 and it doesn't draw it back. I simply commented this section:
canvas-text-wrapper/canvas-text-wrapper.js
Lines 37 to 64 in 268a862
The text was updated successfully, but these errors were encountered:
No branches or pull requests
when you try to put text on a image it removes the image and puts only text.
I encountered this issue only in mobile devices, works fine on my pc. I was using webpack but I don't think that matters.
It cleans canvas at https://github.com/namniak/canvas-text-wrapper/blob/268a8620ab05336d4355c34cc1b6df6b66c9a061/canvas-text-wrapper.js#LL49C1-L49C13 and it doesn't draw it back.
I simply commented this section:
canvas-text-wrapper/canvas-text-wrapper.js
Lines 37 to 64 in 268a862
this is the fork I solved the porblem but I don't know if there is a better solution: https://github.com/Mustafa-eksi/canvas-text-wrapper
The text was updated successfully, but these errors were encountered: