Execute a provided function for every node in the path (useful for drawing and otherwise traversing a path.
)
this |
a Path |
each_item |
a function to call for each node in the path. |
user_data |
user data to pass to the function (in addition to the GeglPathItem). |