Package: gsk

Function gsk:rounded-rect-is-rectilinear

Lambda List

gsk:rounded-rect-is-rectilinear (rect)

Arguments

rect -- a gsk:rounded-rect instance to check

Return Value

True if the rounded rectangle is rectilinear.

Details

Checks if all corners of rect are right angles and the rounded rectangle covers all of its bounds. This information can be used to decide if the gsk:clip-node-new or the gsk:rounded-clip-node-new function should be called.
 

See also

#2023-10-28