google / google/codeworld

Scaling by zero should not produce blank

Đang mở
#649 1 bình luận 0 reaction 0 người được giao Xem trên GitHub
bug
Ngôn ngữ chính
Haskell
Star
1.3k
Fork
201
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

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.

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Hướng nghiên cứu

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.

Do mô hình lập chỉ mục viết ra từ nội dung của issue.

Đánh giá

Công nghệ
haskell
Lĩnh vực
computer-graphics
Loại issue
Lỗi
Độ khó
3/5
Thời gian dự kiến
1-2 ngày
Mức độ hoạt động
Đình trệ
Độ rõ ràng
Khá rõ ràng
Mức phù hợp với người mới
35/100

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.