Skip to content

Commit

Permalink
Remove SVG package (#214)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
markuswustenberg authored Oct 3, 2024
1 parent b7a0058 commit a58043d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 106 deletions.
33 changes: 0 additions & 33 deletions svg/attributes.go

This file was deleted.

29 changes: 0 additions & 29 deletions svg/attributes_test.go

This file was deleted.

15 changes: 0 additions & 15 deletions svg/elements.go

This file was deleted.

29 changes: 0 additions & 29 deletions svg/elements_test.go

This file was deleted.

0 comments on commit a58043d

Please sign in to comment.