TryShape / tryshape

TryShape is an open-source platform to create shapes of your choice using a simple, easy-to-use interface. You can create banners, circles, polygonal shapes, export them as SVG, PNG, and even as CSS.
https://tryshape.vercel.app
MIT License
165 stars 57 forks source link

Add ability to add SVG based shapes #113

Open atapas opened 3 years ago

atapas commented 3 years ago

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.
manastelavane commented 2 years ago

So, we need to add new heart shape, right?

atapas commented 2 years ago

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

Waishnav commented 2 years ago

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.

akshayw1 commented 1 year ago

Is this issue still open, so that I can work on this.