Fix arc rendering, allowing them to rotate

This commit is contained in:
jgk
2021-03-02 20:15:32 +01:00
parent 81f5385710
commit 8ed8c48ffe
5 changed files with 22 additions and 13 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ data Picture
| ThickArc Int Float Float Float Float
| Line Int [Point2]
| Pictures [Picture]
| OverPic (Point3 -> Point3) (Float -> Float) (Point4 -> Point4) Picture
| OverPic (Point3 -> Point3) (Float -> Float) Float (Point4 -> Point4) Picture
| OnLayer Int Picture