Scaling by zero should not produce blank
オープン
bug
- 主要言語
- Haskell
- スター
- 1.3k
- フォーク
- 201
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
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.
コントリビューションガイド
調査の方向性
Start by reproducing the issue with scaled(circle(5), 1, 0) and compare it with polyline([(-5, 0), (5, 0)]). Trace the scaled and polyline entry points to determine why zero scaling becomes blank; done means both expressions render the same non-blank set of points.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- haskell
- 領域
- computer-graphics
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100