-
-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
Hi !
i had a question concerning the intersections,
if the clipper is the same size as the source polygon, why doesnt it return the on-line intersection ?
var src = [[0,0], [100,0], [100,100], [0,100]];
var clipper = [[0,0] , [100,0] , [100,100], [0,100]];
it returns null, could you comfirm the behaviour ? thx
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels