Documentation ¶
Overview ¶
Package tee implements a surface that multiplexes all operations performed on it to the one or more underlying surfaces.
Libcairo must be compiled with
CAIRO_HAS_TEE_SURFACE
in addition to the requirements of cairo.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Surface ¶
type Surface struct {
cairo.XtensionPagedVectorSurface
}
Surface is a tee surface.
Surface is a paged vector surface.
If any of the underlying surface are not paged or vector backed, those operations will be no-ops.
Click to show internal directories.
Click to hide internal directories.