StrokeNode


Description:

[ CCode ( has_construct_function = false ) ]
public StrokeNode (RenderNode child, Path path, Stroke stroke)

Creates a TransformNode that will fill the outline generated by stroking the given path using the attributes defined in stroke.

The area is filled with child.

GSK aims to follow the SVG semantics for stroking paths. E.g. zero-length contours will get round or square line caps drawn, regardless whether they are closed or not.

Parameters:

child

The node to stroke the area with

path

The path describing the area to stroke

stroke

The stroke attributes to use

Returns:

A new TransformNode