Skip to content

Fix Path-To-Stroke first node placement bug

Martin Owens requested to merge doctormo/inkscape:fix-stroke-to-path-bug into master

In the specific case where the join type is join_pointy, the final path segment is a line and the path is being closed during the path-to-stroke operation; we move the start position to the very corner.

Screenshot_from_2023-09-20_10-02-58

This removes the extra point that is always created when doing a stroke to path on a rectangle, instead of 8 points, we had 9. Now the final point and the first point are in the same position.

Screenshot_from_2023-09-20_10-04-22

@Tavmjong @S-Rafael @pbs3141

Merge request reports