Issue: Previously the `AppendBezpath::append_bezpath()` method didn't append the elements after the first `ClosePath` element in the given BezPath, but the Bezpath can contain more than one path. The 'Solidify Stroke' node creates at least two paths, but the `append_bezpath` method only appends the first path, and hence 'Solidify Stroke' didn't work correctly. Fix: Now `AppendBezpath::append_bezpath()` appends all the paths in the given BezPath, which also fixes the 'Solidify Stroke' node. |
||
|---|---|---|
| .. | ||
| algorithms | ||
| vector_data | ||
| brush_stroke.rs | ||
| generator_nodes.rs | ||
| misc.rs | ||
| mod.rs | ||
| style.rs | ||
| vector_data.rs | ||
| vector_nodes.rs | ||