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 +3/−1
- src/Icons/Business.hs +2/−0
- svg-icons.cabal +1/−1
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 @@ {- |  +  +  -} 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