google / google/codeworld

Scaling by zero should not produce blank

Open
#649 1 comment 0 reactions 0 assignees View on GitHub
bug
Dominant language
Haskell
Stars
1.3k
Forks
201
PR merge metrics
No merged PRs in 30d

Description

Something like this:

scaled(circle(5), 1, 0)

currently produces a blank image. However, this should be exactly the same set of points as

polyline([(-5, 0), (5, 0)])

which is drawn as a non-blank picture.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.