Fix circle rendering, add filled circle

Make raster circle rendering use the Rasterific package instead of
attempting desperately to hand-roll it, and add a method for generating
filled circles.
This commit is contained in:
Griffin Smith 2019-12-24 19:40:52 -05:00
parent 1351691136
commit 6f427fe4d6
5 changed files with 124 additions and 52 deletions

View file

@ -36,6 +36,7 @@ dependencies:
- generic-monoid
- generic-lens
- groups
- JuicyPixels
- lens
- megaparsec
- MonadRandom
@ -47,7 +48,9 @@ dependencies:
- random-source
- raw-strings-qq
- reflection
- Rasterific
- stache
- semigroupoids
- tomland
- text-zipper
- vector