Package: gsk

Function gsk:path-to-cairo

Lambda List

gsk:path-to-cairo (path context)

Arguments

path -- a gsk:path instance
context -- a cairo:context-t instance

Details

Appends the given path to the given Cairo context for drawing with Cairo. This may cause some suboptimal conversions to be performed as Cairo does not support all features of the gsk:path instance.

This function does not clear the existing Cairo path. Call the cairo:new-path function if you want this.

Since 4.14
 

See also

#2024-11-12