Scaling by zero should not produce blank
Open
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
Assessment
This issue has not been assessed yet.