Skip to content

Problem with pathItem#getIntersections(path) #163

Description

@puckey

The following code should find two intersections in the overlapping paths, yet it finds zero:

var square = new Path.Rectangle([0, 0], [50, 50]); 
var circle = new Path.Circle(square.bounds.bottomRight, 25);
var locations = square.getIntersections(circle);
print(locations.length); // 0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions