-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
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
No painting over Background #24
Comments
As mentioned, when you add a background-image, then the behaviour of the library is unfortunately wrong. (i.e. any drawing does not show over the background-image but is drawn "underneath" it !) For black-color tools there is a solution: Inside the file
After that, you can at least draw with the black-color and the drawings are visible over the background image !!! And for the second problem with this library - i.e. missing background-image when image-export (.png or .jpeg), I have a solution as follows: Inside the file
|
Hi,
in your demo link (as well as code): when I add a background, then drawing over it is not possible. Also, the background is not exportet into png or jpeg. Seems something unfinished witch Background-implementation.
Maybe somebody has solved that already ?
The text was updated successfully, but these errors were encountered: