Registry / utility / srwiley-oksvg

srwiley-oksvg

JSON →
library0.0.0-20221011165216-be6e8873101cgogounverified

Package oksvg provides SVG parsing and rendering capabilities.

go get github.com/srwiley/oksvg
INSTALL
IMPORT
SIG · SRWILEY-OKSVG
S
srwiley-oksvg
utilitygov0.0.0-20221011165216-be6e8873101c
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.

oksvg
github.com/srwiley/oksvg

Read an SVG file and render it as an icon.

package main import ( "os" "github.com/srwiley/oksvg" ) func main() { f, _ := os.Open("image.svg") defer f.Close() icon, _ := oksvg.ReadIcon(f, 100, 100) _ = icon }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20221011165216-be6e8873101clatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
srwiley-oksvg — go get srwiley-oksvg · libregistry