Measure Curve length
Author: John Rostron
To measure the length of a path created in Affinity Designer and exported as SVG, Click the Choose File’
button to select the file containing the path directives. and then press the Measure’ button.
The file is uploaded and the path lengths are displayed on the screen.
Some Notes:
- This script aims to measure the length of paths created in Affinity Designer.
It aims to process lines and Bezier cubic curves.
- Most paths will just rely on these two components. The script currently will not process arcs or quadratic Bezier curves.
- The script will process each segment of the path separately. A segment is the path lying between two nodes.
It also gives the total length of the path.