Registry / utility / ajstarks-svgo

ajstarks-svgo

JSON →
library0.0.0-20211024235047-1546f124cd8bgogounverified

Package svg generates SVG as defined by the Scalable Vector Graphics 1.1 Specification.

go get github.com/ajstarks/svgo
INSTALL
IMPORT
SIG · AJSTARKS-SVGO
A
ajstarks-svgo
utilitygov0.0.0-20211024235047-1546f124cd8b
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

svg
✓ github.com/ajstarks/svgo

Generate an SVG with a red circle.

package main import ( "os" "github.com/ajstarks/svgo" ) func main() { canvas := svg.New(os.Stdout) canvas.Start(100, 100) canvas.Circle(50, 50, 40, "fill:red") canvas.End() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20211024235047-1546f124cd8blatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
30 hits · last 30 days
node
26
OpenAI (training)
1
Resources
ajstarks-svgo — go get ajstarks-svgo · libregistry