Skip to content

Frame validate geometry (origin, corner) not consistent  #22

@dkrasner

Description

@dkrasner

Main points

Due to how JS handles polymorphism and arithmetic with null/undefined values frame geometry check is inconsistent.

For example, this returns a frame:
new Frame([null, 4], [1, 20])
but this returns an error:
new Frame([1, 4], [null, 20])

We should either insist that points contain no null/undefined values or allow these frames to be created.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions