zenozeng / p5.js-svg

SVG runtime for p5.js.
MIT License
674 stars 75 forks source link

Glad you got back to this project ! #188

Closed arthurcloche closed 3 years ago

arthurcloche commented 3 years ago

Hey ! Amazing news that you brought back this super useful library !

Here a makeshift version i did for myself where i investigated the issue and put up a couple fixes in the library to remove the attributes stacking and the background() function not clearing the stack of items. Don't know if you're interested in that but here it is !

https://github.com/amehowc/CREATIVECODING/tree/main/p5.SVG_Fixed

I dont know if you solved all the issues yet but i can help if needed!

zenozeng commented 3 years ago

@amehowc Thanks! 😊 Would you like to try the latest v1.1.0 version, it is compatible with p5.js v1.4.0. And the background() function not clearing the stack of items issue was fixed in v1.0.7. See https://github.com/zenozeng/p5.js-svg/blob/main/CHANGELOG.md.