Rasterific 0.7.4.3 → 0.7.4.4
raw patch · 2 files changed
+3/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
Rasterific.cabal view
@@ -1,7 +1,7 @@ -- Initial Rasterific.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: Rasterific -version: 0.7.4.3 +version: 0.7.4.4 synopsis: A pure haskell drawing engine. -- A longer description of the package. description: @@ -38,7 +38,7 @@ Source-Repository this Type: git Location: git://github.com/Twinside/Rasterific.git - Tag: v0.7.4.3 + Tag: v0.7.4.4 flag embed_linear description: Embed a reduced version of Linear avoiding a (huge) dep
src/Graphics/Rasterific/StrokeInternal.hs view
@@ -156,6 +156,7 @@ -> Container Primitive joinPrimitives offset join prim1 prim2 = case join of + JoinRound | nearZero u || nearZero v -> miterJoin offset 0 p u v JoinRound -> roundJoin offset p u v JoinMiter l -> miterJoin offset l p u v where (p, u) = lastPointAndNormal prim1