RenderDelta
Defined in: core/backend.ts:80
An incremental append for one layer: only the drawables added at/after
buffers.fromDrawable. buffers are the delta GPU buffers (for WebGL), drawables
the matching new vector views (for Canvas/SVG draw-on-top). Index values in
buffers are group-absolute, so a backend whose buffers mirror the group appends
verbatim. clipTo/sizeMode mirror the layer’s current settings.
Properties
Section titled “Properties”buffers
Section titled “buffers”buffers:
GroupBufferDelta
Defined in: core/backend.ts:82
clipTo?
Section titled “clipTo?”
optionalclipTo?:string
Defined in: core/backend.ts:84
drawables
Section titled “drawables”drawables:
DrawableVector[]
Defined in: core/backend.ts:83
name:
string
Defined in: core/backend.ts:81
sizeMode?
Section titled “sizeMode?”
optionalsizeMode?:"world"|"screen"
Defined in: core/backend.ts:85