Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Suggestion] Turning the canvas into an SVG #20

Open
cssinate opened this issue Oct 21, 2020 · 0 comments
Open

[Suggestion] Turning the canvas into an SVG #20

cssinate opened this issue Oct 21, 2020 · 0 comments

Comments

@cssinate
Copy link

I've been toying with the idea of rendering the shape output as SVG rather than a canvas element. This would make it so that each quadrant of each layer is actually in the DOM. It gives us a lot more flexibility to make this tool better in the future. We'd be able to add event listeners onto the quadrants. For example, left click on a quadrant to toggle its shape and right click on the quadrant to toggle its color. Then you could build shapes right on the canvas without having to type out the object code.

I'm happy to do the work on this, but I don't want to do it if there's no chance of it being merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant