tryshape
tryshape copied to clipboard
Add ability to add SVG based shapes
Discussed in https://github.com/TryShape/tryshape/discussions/75
Originally posted by atapas July 3, 2021 So far, we can create polygonal, circular, and elliptical shapes. We need to add the abilities to create curvy corner shapes like a Heart shape.
So, we need to add new heart shape, right?
So, we need to add new heart shape, right?
Not really, right now the shapes are clip-path based, We want to add additional functionality for users to add SVG based circular, elliptical shapes
Hey, could you please provide any resources to understand the SVG format better way? So that I can understand the issues and features that we want to implement.
Is this issue still open, so that I can work on this.