RenderDelta
Defined in: core/backend.ts:71
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:73
clipTo?
Section titled “clipTo?”
optionalclipTo?:string
Defined in: core/backend.ts:75
drawables
Section titled “drawables”drawables:
DrawableVector[]
Defined in: core/backend.ts:74
name:
string
Defined in: core/backend.ts:72
sizeMode?
Section titled “sizeMode?”
optionalsizeMode?:"world"|"screen"
Defined in: core/backend.ts:76