Snapshot.appendStroke

void appendStroke(gsk.path.Path path, gsk.stroke.Stroke stroke, gdk.rgba.RGBA color)

A convenience method to stroke a path with a color.

See [gtk.snapshot.Snapshot.pushStroke] if you need to stroke a path with more complex content than a color.

Parameters

pathThe path describing the area to fill
strokeThe stroke attributes
colorthe color to fill the path with