Rasterific 0.7.5.1 → 0.7.5.2
raw patch · 3 files changed
+9/−3 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Rasterific.cabal +2/−2
- changelog +6/−0
- src/Graphics/Rasterific.hs +1/−1
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.5.1 +version: 0.7.5.2 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.4 + Tag: v0.7.5.2 flag embed_linear description: Embed a reduced version of Linear avoiding a (huge) dep
changelog view
@@ -1,6 +1,12 @@ Change log ========== +v0.7.5.2 April 1st 2020 +----------------------- + + * No fish + * handle transformation while stroking (woopsie...) + v0.7.5.1 January 2020 ---------------------
src/Graphics/Rasterific.hs view
@@ -689,7 +689,7 @@ go ctxt (Free (Stroke w j cap prims next)) rest = order : after where after = go ctxt next rest - order = orderOf ctxt FillWinding [prim'] + order = orderOf ctxt FillWinding [geometryOf ctxt prim'] prim' = listOfContainer $ strokize w j cap prims go ctxt (Free (SetTexture tx sub next)) rest =