Scaling by zero should not produce blank
Abierto
bug
- Lenguaje dominante
- Haskell
- Estrellas
- 1.3k
- Forks
- 201
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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.
Guía de contribución
Línea de trabajo
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.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- haskell
- Área
- computer-graphics
- Tipo de issue
- Error
- Dificultad
- 3/5
- Tiempo estimado
- 1-2 días
- Estado de actividad
- Estancado
- Claridad
- Bastante claro
- Aptitud para principiantes
- 35/100