Rasterific 0.4.1 → 0.4.2
raw patch · 11 files changed
+7/−3 lines, 11 filesbinary-added
Files
- Rasterific.cabal +2/−2
- changelog +4/−0
- docimages/aaaa.png binary
- docimages/coordinate.png binary
- docimages/cubic_bezier.png binary
- docimages/geometry_on_path.png binary
- docimages/sampled_texture_reflect.png binary
- docimages/text_complex_example.png binary
- docimages/text_example.png binary
- docimages/text_on_path.png binary
- src/Graphics/Rasterific/CubicBezier.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.4.1 +version: 0.4.2 synopsis: A pure haskell drawing engine. -- A longer description of the package. description: @@ -34,7 +34,7 @@ Source-Repository this Type: git Location: git://github.com/Twinside/Rasterific.git - Tag: v0.4.1 + Tag: v0.4.2 flag embed_linear description: Embed a reduced version of Linear avoiding a (huge) dep
changelog view
@@ -1,7 +1,11 @@ -*-change-log-*- +v0.4.2 February 2015 + * Fix: Cubic bezier clipping + v0.4.1 January 2015 * Fix: GHC 7.10 compilation + * Adding: Various lens to access some primitive informations. v0.4 December 2014 * Breaking change: Changed the original position scheme for
+ docimages/aaaa.png view
binary file changed (absent → 8 bytes)
docimages/coordinate.png view
binary file changed (4448 → 4542 bytes)
docimages/cubic_bezier.png view
binary file changed (4519 → 4513 bytes)
docimages/geometry_on_path.png view
binary file changed (5068 → 5228 bytes)
docimages/sampled_texture_reflect.png view
binary file changed (64691 → 64673 bytes)
docimages/text_complex_example.png view
binary file changed (2024 → 2284 bytes)
docimages/text_example.png view
binary file changed (2233 → 2388 bytes)
docimages/text_on_path.png view
binary file changed (6314 → 6582 bytes)
src/Graphics/Rasterific/CubicBezier.hs view
@@ -225,7 +225,7 @@ recurse (CubicBezier m bccd cd d) where -- Minimal & maximal dimension of the bezier curve bmin = vmin a . vmin b $ vmin c d - bmax = vmax a . vmax b $ vmin c d + bmax = vmax a . vmax b $ vmax c d recurse = clipCubicBezier mini maxi