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

This fixes issue #759 #763

Closed mp035 closed 1 year ago

mp035 commented 1 year ago

Fix for #759 , The problem seems to be that CORS prevents toDataUrl on the images because the local file system does not support setting of CORS permission. Fixed by using the images directly, and scaling them in CSS.

mp035 commented 1 year ago

Pull request issued against wrong branch. Sorry. Closing now.