2D APIcomponentsPathOn this pagePath Path component supporting SVG path syntax. Properties PropertyTypeDescriptionpathSignal<string, string, this>SVG path string Examples import {Path} from '@wangyaoshen/locus';const path = new Path({ path: 'M 0 0 L 100 100 L 200 0', stroke: 'white', lineWidth: 4,}); Related Links Node Bezier