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

Remove SVG package #214

Merged
merged 1 commit into from
Oct 3, 2024
Merged

Remove SVG package #214

merged 1 commit into from
Oct 3, 2024

Conversation

markuswustenberg
Copy link
Member

Because the added value of having this was very small, and I don't want to confuse people about what's properly supported, I've removed the SVG package. As #196 showed, there can easily be conflicts between HTML and SVG, and the rendering isn't really set up for anything else than HTML.

It's still easy to create SVG elements: html.SVG exists in this repo, and the rest is often just a string that can be included using g.Raw.

Fixes #206

Because the added value of having this was very small, and I don't want to confuse people about what's properly supported,
I've removed the SVG package. As #196 showed, there can easily be conflicts between HTML and SVG, and the rendering isn't
really set up for anything else than HTML.

It's still easy to create SVG elements: `html.SVG` exists in this repo, and the rest is often just a string that can be included using `g.Raw`.

Fixes #206
@markuswustenberg markuswustenberg merged commit a58043d into main Oct 3, 2024
7 checks passed
@markuswustenberg markuswustenberg deleted the rm-svg branch October 3, 2024 08:55
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

Successfully merging this pull request may close these issues.

Remove SVG helpers?
1 participant