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
First of all, thanks.
I'm using Chrome 56.0. If there are guide lines for position in canvas, when you click download button, the image is downloading with blue guide lines.
For example:
The text was updated successfully, but these errors were encountered:
Hey @mypolat, thanks for reporting. Unfortunately I don't have the time for fixing this. If you do, and would like to fix this for yourself, the PR is more than welcome :)
Currently the way downloads work is:
guidelines and other editor chrome are drawn on the canvas
Now, to hide the guidelines upon clicking Download, this is roughly what's going to be needed: when the button is clicked, set the focused state in Redux to false, wait for the image to re-render, and only then open the drawing data URL.
First of all, thanks.
I'm using Chrome 56.0. If there are guide lines for position in canvas, when you click download button, the image is downloading with blue guide lines.
For example:
![pabla 1](https://cloud.githubusercontent.com/assets/4419113/24049590/312f487e-0b35-11e7-9acf-5fbcd1fd87af.jpg)
The text was updated successfully, but these errors were encountered: