#2140 contours test
This commit is contained in:
parent
2b9a94c6ef
commit
c56929901c
@ -647,7 +647,7 @@ export default {
|
||||
]
|
||||
|
||||
// handles
|
||||
const delta = 0.25;
|
||||
const delta = 0.05;
|
||||
// handle IN
|
||||
const hli = Math.abs(lab)*delta; // handle longeur
|
||||
const vnai = { x: -vma.y, y: vma.x } // get the ma normal unit vector IN
|
||||
@ -660,8 +660,8 @@ export default {
|
||||
|
||||
return new paper.Segment({
|
||||
point: pa,
|
||||
// handleIn: hai,
|
||||
// handleOut: hao
|
||||
handleIn: hai,
|
||||
handleOut: hao
|
||||
})
|
||||
}
|
||||
const first_point = getPaddedRoundedSegments(
|
||||
|
Loading…
x
Reference in New Issue
Block a user