Hacker News new | ask | show | jobs
by eddyg 125 days ago
One of the very first things I look for in an SVG editor is the ability to reverse paths and adjust winding order.

https://oreillymedia.github.io/Using_SVG/extras/ch06-fill-ru...

1 comments

Great point — those are supported.

Reverse path is available in the contextual menu, and also in the right sidebar under Subpath Operations when you select a subpath inside a path that contains multiple subpaths.

Fill rule / winding can be changed from the paint menu (the one with the colored circles that expands for fill/stroke options).

Thanks for bringing this up!

Thanks for the reply showing where to change these!