packages feed

svg-icons 0.1.0.0 → 0.1.0.1

raw patch · 3 files changed

+6/−2 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

src/Core/Geometry.hs view
@@ -28,11 +28,13 @@ `regularPolygon` builds a regular polygon.
 
 You can customize fill and stroke using the
-usual `blaze-svg` functions. For example:
+usual [blaze-svg](https://hackage.haskell.org/package/blaze-svg) functions. For example:
+
 >regularPolygon 5 100 (200,300)
 >  ! A.fill "pink"
 >  ! A.stroke "#0000FF"
 >  ! A.strokeWidth "10"
+
 will return a path element corresponding to a 
 regular pentagon of radius 100 centered at point
 (200,300) filled in pink, green stroke and stroke
src/Icons/Business.hs view
@@ -221,7 +221,9 @@ 
 {- |
 ![fill style](https://raw.githubusercontent.com/RamiroPastor/SvgIcons/main/svg/icons/business/bullseye_fill.svg)
+
 ![fill and stroke](https://raw.githubusercontent.com/RamiroPastor/SvgIcons/main/svg/icons/business/bullseye_full.svg)
+
 ![stroke style](https://raw.githubusercontent.com/RamiroPastor/SvgIcons/main/svg/icons/business/bullseye_strk.svg)
 -}
 bullseye :: Svg
svg-icons.cabal view
@@ -1,6 +1,6 @@ cabal-version:      2.4
 name:               svg-icons
-version:            0.1.0.0
+version:            0.1.0.1
 homepage:           https://github.com/RamiroPastor/SvgIcons
 license:            BSD-3-Clause
 license-file:       LICENSE