svg-icons 3.6.0 → 3.7.0
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/Tools.hs +2/−2
- svg-icons.cabal +1/−1
src/SvgIcons/Icons/Tools.hs view
@@ -344,7 +344,7 @@ ! A.strokeLinejoin "round" where x0 = 0 - x1 = 0.3 + x1 = 0.27 x2 = 0.2 x3 = (x1 + x2)/2 y0 = -0.35 @@ -352,7 +352,7 @@ y2 = -0.95 y3 = 0 y4 = 0.7 - r1 = 0.55 + r1 = 0.52 r2 = x3 r3 = 0.1 dirs = mkPath $ do
svg-icons.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: svg-icons -version: 3.6.0 +version: 3.7.0 homepage: https://github.com/RamiroPastor/SvgIcons license: BSD-3-Clause license-file: LICENSE