Scaling by zero should not produce blank
Aperta
bug
- Lingua principale
- Haskell
- Stelle
- 1.3k
- Fork
- 201
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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.
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.