svg-icons 3.8.0 → 3.8.1
raw patch · 2 files changed
+3/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- src/SvgIcons/Icons/Business.hs +2/−2
- svg-icons.cabal +1/−1
src/SvgIcons/Icons/Business.hs view
@@ -496,7 +496,7 @@ ! A.dominantBaseline "middle" ! A.textAnchor "middle" ! A.fontFamily "Arial Black" - ! A.fontSize "0.45" + ! A.fontSize "0.35" S.text_ (S.toSvg moneySymbol) ! (A.x .: sx) ! (A.y .: sy) @@ -508,7 +508,7 @@ where r1 = 0.78 k1 = 0.12 - k2 = 0.05 + k2 = 0.06 (sx, sy) = (-0.5 , -0.1) cakePath = mkPath $ do m (-k1) (-k1)
svg-icons.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: svg-icons -version: 3.8.0 +version: 3.8.1 homepage: https://github.com/RamiroPastor/SvgIcons license: BSD-3-Clause license-file: LICENSE