Package: gsk

Function gsk:repeat-node-new

Lambda List

gsk:repeat-node-new (bounds child child-bounds)

Arguments

bounds -- a graphene:rect-t instance with the bounds of the area to be painted
child -- a gsk:render-node instance with the child to repeat
child-bounds -- a graphene:rect-t instance with the area of the child to repeat or nil to use the child's bounds

Return Value

The new gsk:repeat-node instance.

Details

Creates a render node that will repeat the drawing of child across the given bounds.
 

See also

#2023-11-27