Categorygithub.com/pgavlin/svg2
repositorypackage
0.0.0-20210919231505-4ace7308edc1
Repository: https://github.com/pgavlin/svg2.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

svg2

PkgGoDev codecov Go Report Card Test

A pure Go SVG renderer built on top of gg.

Note that this is very much a work in progress, and many features of SVG are not implemented. This includes (but is not limited to):

  • length units
  • radial gradients
  • patterns
  • context-fill
  • context-stroke
  • non-fragment URLs
  • use elements
  • switch elements
  • quadratic bezier curves
  • elliptical arcs
  • ellipse elements
  • line elements
  • polyline elements
  • tspan elements
  • image elements
  • foreignObject elements
  • transforms

Which is really to say that pretty much the only SVG elements that are supported are paths, groups, linear gradients, and text.