Method Cairo.Context()->pop_group()


Method pop_group

Pattern pop_group()

Description

Terminates the redirection begun by a call to push_group() or push_group_with_content() and returns a new pattern containing the results of all drawing operations performed to the group.

The pop_group() function calls restore(), (balancing a call to save() by the push_group function), so that any changes to the graphics state will not be visible outside the group.

Returns

a newly created (surface) pattern containing the results of all drawing operations performed to the group.