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