A path element is a string in a bespoke format supporting the SVG commands as shown in https://www.w3.org/TR/SVG/paths.html#PathElement
So command character and parameters (number depends on the command) e.g.:
for the commands you can use upper case letters for absolute coordinates and lower case letters for relative coordinates.
Generated using TypeDoc
A path element is a string in a bespoke format supporting the SVG commands as shown in https://www.w3.org/TR/SVG/paths.html#PathElement
So command character and parameters (number depends on the command) e.g.:
for the commands you can use upper case letters for absolute coordinates and lower case letters for relative coordinates.