Skip to content

kmhalvin/go-librsvg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-librsvg

Go binding for the librsvg library, which allows you to render SVG images in Go. This package depends to gotk4.

Installation

Install go-librsvg:

go get github.com/kmhalpin/go-librsvg

go-librsvg is a cgo package and depends to librsvg for binding. You need gcc and librsvg-dev to build your app. however to run the app it only requires librsvg.

This package also extends feature in gotk4/pkg/cairo to construct cairo PDF surface for stream.

go get github.com/kmhalpin/go-librsvg/pkg/cairo

Features

Feature Status
SVG From Data (memory)
SVG From GIO Stream
SVG From File

Releases

No releases published

Packages

 
 
 

Languages