Crate reflexo_vec2canvas

Crate reflexo_vec2canvas 

Source

Structs§

BrowserFontMetric
CanvasClipElem
A reference to a canvas element with a clip path.
CanvasGlyphElem
A glyph element.
CanvasGroupElem
A group of canvas elements.
CanvasImageElem
An image element.
CanvasPage
A rendered page of canvas.
CanvasPathElem
A path element.
CanvasRenderTask
Holds the data for rendering canvas.
CanvasStack
A stacked builder for CanvasNode.
CanvasStateGuard
A guard for saving and restoring the canvas state.
CanvasTask
The task context for exporting canvas. It is also as a namespace for all the functions used in the task.
DefaultExportFeature
The default feature set which is used for exporting full-fledged canvas.
IncrCanvasDocClient
Maintains the state of the incremental rendering a canvas at client side
IncrVec2CanvasPass
Incremental pass from vector to canvas

Enums§

CanvasElem
A static enum for all the canvas elements.
GroupKind

Traits§

BBoxAt
CanvasDevice
CanvasOp
The trait for all the operations that can be performed on some canvas element.
ExportFeature
All the features that can be enabled or disabled.

Functions§

exception_create_image_blob
html_image_to_bitmap

Type Aliases§

CanvasNode
A reference to a canvas element.
DefaultCanvasTask
The default feature set which is used for exporting canvas for printing.