Skip to content

Respect parent transforms for Visualize Path -> Measure Path and Number Nodes

Closes #171 (closed)

fix_mr_visualize_path.svg

The Visualize extension didn't correctly take parent transforms into account. This MR changes this.

Added some unit tests (the complextransforms example is not really suited since the only path in that file is very small, but I've verified them to be correct) and an error if no paths are selected. (Note that the length of the path is still correctly computed, as verified with the Measure tool)

Edited by Jonathan Neuhauser

Merge request reports