1
0
Fork 0

fix(ringsector) Add line to end path

This commit is contained in:
bobgeorgethe3rd 2024-05-23 12:53:52 +00:00
parent c750e93f24
commit 9184449fe6

View file

@ -153,6 +153,7 @@ export const plugin = {
.line(points[ids.in2]) .line(points[ids.in2])
.curve(points[ids.in2c], points[ids.in1c], points[ids.in1]) .curve(points[ids.in2c], points[ids.in1c], points[ids.in1])
.curve(points[ids.in1cFlipped], points[ids.in2cFlipped], points[ids.in2Flipped]) .curve(points[ids.in1cFlipped], points[ids.in2cFlipped], points[ids.in2Flipped])
.line(points[ids.ex2Flipped])
.close() .close()
/* /*