dcs76

Results 2 comments of dcs76

I'm trying to push Vugu as the way to go forward for the front end at the company I'm at as I really believe in the idea. After showing a...

In ../components/Edge/Edge.svelte, line 129, changing: ``` $: if (!step || edgeKey === "cursor" || $edgeType === "bezier") { path = `M ${sourceX},${sourceY} ${!straight && controlPointString} ${targetX},${targetY}`; } ``` to: ```...