evolus / pencil

The Pencil Project's unique mission is to build a free and opensource tool for making diagrams and GUI prototyping that everyone can use.
http://pencil.evolus.vn
GNU General Public License v2.0
9.03k stars 715 forks source link

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

Open mp035 opened 1 year ago

mp035 commented 1 year ago

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.