Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Renderer ¶
type Renderer struct{}
Renderer renders a document to SVG.
For multi-page documents, pages are vertically stacked in one SVG canvas.
func New ¶
func New() Renderer
New creates a renderer for the SVG backend.
Example:
renderer := svg.New()
func (Renderer) Capabilities ¶
Capabilities reports features supported by this backend.
Click to show internal directories.
Click to hide internal directories.