Merge pull request #7085 from bobgeorgethe3rd/sandy
fix(plugins) ringsector full reversion.
This commit is contained in:
commit
0ba255a44a
1 changed files with 1 additions and 0 deletions
|
@ -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()
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue