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:
parent
1351691136
commit
6f427fe4d6
5 changed files with 124 additions and 52 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue