README ¶ SVG Canvas This is a driver for oksvg SVG parsing library for Canvas, which is a rendering framework. The goal is to be able to use Canvas' variety of renderers, such as GioUI, to paint SVG's. Expand ▾ Collapse ▴ Documentation ¶ Index ¶ type Driver func New(r canvas.Renderer) Driver func NewScaled(r canvas.Renderer, scale float64) Driver func (d Driver) SetupDrawers(willFill bool, willStroke bool) (svgicon.Filler, svgicon.Stroker) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Driver ¶ type Driver struct { // contains filtered or unexported fields } func New ¶ func New(r canvas.Renderer) Driver func NewScaled ¶ func NewScaled(r canvas.Renderer, scale float64) Driver func (Driver) SetupDrawers ¶ func (d Driver) SetupDrawers(willFill bool, willStroke bool) (svgicon.Filler, svgicon.Stroker) Source Files ¶ View all Source files svgdriver.go Click to show internal directories. Click to hide internal directories.