Graphite/node-graph/gcore/src/vector
Priyanshu d721bca85f Fix 'Solidify Stroke' node not appending elements in the BezPath after the first ClosePath element (#2732)
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.
2025-06-19 20:28:11 -07:00
..
algorithms Put all `#[test]` in a `mod tests` (#2728) 2025-06-19 20:25:58 -07:00
vector_data Fix 'Solidify Stroke' node not appending elements in the BezPath after the first ClosePath element (#2732) 2025-06-19 20:28:11 -07:00
brush_stroke.rs Instance tables refactor part 7: Remove RasterDataType and add Raster<CPU>/Raster<GPU> 2025-06-19 18:37:13 -07:00
generator_nodes.rs Put all `#[test]` in a `mod tests` (#2728) 2025-06-19 20:25:58 -07:00
misc.rs Auto-generate enum type widget boilerplate for radio buttons and dropdown menus (#2589) 2025-05-01 04:14:26 -07:00
mod.rs New node: Merge by Distance (#2307) 2025-03-12 20:40:44 -07:00
style.rs Implement clipping masks, stroke align, and stroke paint order (#2644) 2025-06-19 19:11:01 -07:00
vector_data.rs Put all `#[test]` in a `mod tests` (#2728) 2025-06-19 20:25:58 -07:00
vector_nodes.rs Implement clipping masks, stroke align, and stroke paint order (#2644) 2025-06-19 19:11:01 -07:00