About all my projects
Gnome::Gsk4::CairoRenderer

Gnome::Gsk4::CairoRenderer

Description

A GSK renderer that is using cairo.

Since it is using cairo, this renderer cannot support 3D transformations.

Class initialization

new

:native-object

Create an object using a native object from elsewhere. See also Gnome::N::TopLevelSupportClass.

multi method new ( N-Object :$native-object! )

new-cairorenderer

Creates a new Cairo renderer.

The Cairo renderer is the fallback renderer drawing in ways similar to how GTK 3 drew its content. Its primary use is as comparison tool.

The Cairo renderer is incomplete. It cannot render 3D transformed content and will instead render an error marker. Its usage should be avoided.

method new-cairorenderer ( --> Gnome::Gsk4::CairoRenderer \)