zenozeng / p5.js-svg

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

Attempt to provide a public interface for groups #256

Open immjs opened 7 months ago

immjs commented 7 months ago

Attempt to provide an interface to push, pop groups; behavious which could be useful to solve cases as described in #243

This will warn the user when filtering, since they are in different layers and thus breaks hierarchy.

Also note that a property has been added onto p5.SVGElement, tell me if it’s too much - and how I can work around it