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
path | The path describing the area to fill |
stroke | The stroke attributes |
color | the color to fill the path with |