gsk.stroke_node
Module for [StrokeNode] class
class StrokeNode
Types 1
classStrokeNode : gsk.render_node.RenderNode
A render node that will fill the area determined by stroking the the given [gsk.path.Path] using the [gsk.stroke.Stroke] attributes.
Methods
gsk.render_node.RenderNode getChild()Gets the child node that is getting drawn by the given node. Returns: The child that is getting drawngsk.path.Path getPath()Retrieves the path that will be stroked with the contents of the node. Returns: a #GskPathgsk.stroke.Stroke getStroke()Retrieves the stroke attributes used in this node. Returns: a #GskStrokeConstructors
this(gsk.render_node.RenderNode child, gsk.path.Path path, gsk.stroke.Stroke stroke)Creates a #GskRenderNode that will fill the outline generated by stroking the given path using the attributes defined in stroke.