Skip to content

Commit

Permalink
fixed one more build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
noinia committed Dec 16, 2024
1 parent c7ac282 commit 83dbb3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hgeometry-examples/skia/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ import SkiaCanvas ( mouseCoordinates, dimensions, canvasKitRefs, surfa
)

import HGeometry.GeoJSON
import HGeometry.Transformation
import SkiaCanvas.CanvasKit hiding (Style(..))
import SkiaCanvas.CanvasKit.GeomPrims (ltrbRect)
import SkiaCanvas.CanvasKit.Image
Expand Down Expand Up @@ -822,6 +823,7 @@ renderPoly canvas' (pl :+ ats) =

renderPolygon :: ( SkCanvas_ skCanvas
, Point_ point 2 R
, IsTransformable point
)
=> Canvas R
-> (SimplePolygon point :+ Attributes (SimplePolygon' R))
Expand Down

0 comments on commit 83dbb3e

Please sign in to comment.