jacopocolo / p5-sketchplugin

A plugin for using p5.js code inside Sketch
http://www.jacopocolo.com/p5sketchplugin/
GNU Lesser General Public License v2.1
220 stars 12 forks source link

barchart preset crashes Sketch in Sketch Beta 48 #12

Closed jacopocolo closed 7 years ago

jacopocolo commented 7 years ago

The only somewhat useful log is:

-[MSColor NSColorForContext:]: unrecognized selector sent to instance 0x6000006b1ca0

jacopocolo commented 7 years ago

The issue clearly comes from the fill() function. If I comment out both of the fill functions in the example, the code runs fine. The same functions, however, seem to work fine in other examples.