processing / p5.js-editor

Deprecated desktop editor for p5.js
https://p5js.org
MIT License
338 stars 91 forks source link

Fixed getting and setting height and width from call to createCanvas … #243

Closed davejm closed 8 years ago

davejm commented 8 years ago

…with renderer argument

Fixes #230

Fixed by making the regex a bit more robust. You can see the regex in action at http://regexr.com/3dkoh

lmccart commented 8 years ago

thanks!