google / google/codeworld

Scaling by zero should not produce blank

オープン
#649 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
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

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。