svg2p5 icon indicating copy to clipboard operation
svg2p5 copied to clipboard

Convert SVG to p5.js canvas.

Results 1 svg2p5 issues
Sort by recently updated
recently updated
newest added

Actually Transformations such as [translate()](https://p5js.org/reference/#/p5/translate), [rotate()](https://p5js.org/reference/#/p5/rotate), and [scale()](https://p5js.org/reference/#/p5/scale) do not work within [beginShape()](https://p5js.org/reference/#/p5/beginShape). It is also not possible to use other shapes, such as [ellipse()](https://p5js.org/reference/#/p5/ellipse) or [rect()](https://p5js.org/reference/#/p5/rect) within [beginShape()](https://p5js.org/reference/#/p5/beginShape). (See...