Cadin Batrack
Cadin Batrack
## Description When drawing an SVG shape (with style disabled) using the P2D renderer, the rendering will glitch if the shape is drawn more than once with a different stroke...
When I set `pixelDensity(2)` in my sketch, the GUI grid appears offset from the window being dragged. It also appears much smaller than normal. Removing the `pixelDensity` call restores the...
`Panels.Settings.snapToPanels` is enabled by default. It looks and feels gross in most cases, and many users don't know that it can be disabled. The default should be changed to false...
If an imageTable layer is rendered in a custom function with `renderLayerInPanel` Panels will crash unless you specify a `startDelay` for the layer. `cntrlPct` is nil in this case which...
In an auto-advancing sequence, add a way to press the advance button to step through multiple text layers before transitioning to the next panel. Bonus features: - add a way...
The animation that you can make on a layer (x, y and opacity) could be nice to be able to loop (in ping pong mode). The animator object in the...