pencil icon indicating copy to clipboard operation
pencil copied to clipboard

Fix issue https://github.com/evolus/pencil/issues/759

Open mp035 opened this issue 2 years ago • 0 comments

This fixes #759 . The problem seems to be that the browser blocks toDataURL when the page is served from the local filesystem, because CORS is not supported in that context. I have removed the need for toDataURL when creating the thumbnails and opted for scaling via CSS properties.

mp035 avatar Feb 15 '23 04:02 mp035