svg-icons 3.3.1 → 3.4.0
raw patch · 3 files changed
+7/−7 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- src/SvgIcons/Core/Render.hs +1/−0
- src/SvgIcons/Icons/Textarea.hs +5/−6
- svg-icons.cabal +1/−1
src/SvgIcons/Core/Render.hs view
@@ -128,6 +128,7 @@ . (T.replace "fill-rule" "fillRule") . (T.replace "font-family" "fontFamily") . (T.replace "font-size" "fontSize") + . (T.replace "font-weight" "fontWeight") . (T.replace "letter-spacing" "letterSpacing") . (T.replace "stroke-dasharray" "strokeDasharray") . (T.replace "stroke-dashoffset" "strokeDashoffset")
src/SvgIcons/Icons/Textarea.hs view
@@ -265,7 +265,6 @@ l 0 0.55 l 0.45 0.2 l 0.92 0.92 - S.z @@ -282,13 +281,13 @@ ! A.class_ "HaskellSvgIcons__video" ! A.d boxPath where - h = 1.2 - w = 1.618 * h + h = 1.35 + w = 1.9 y1 = -0.5 * h y2 = 0.5 * h x1 = -0.5 * w x2 = 0.5 * w - tx = 0.16 + tx = 0.18 th = 3 * tx boxPath = mkPath $ do m x1 0 @@ -393,9 +392,10 @@ S.text_ k ! dominantBaseline "central" ! textAnchor "middle" - ! fontFamily "monospace" + ! fontFamily "Comic Sans MS, Comic Sans, cursive" ! fontWeight "bold" ! fontSize "0.5" + ! stroke "none" ! (A.x .: x1) ! (A.y .: h) numbers = @@ -687,7 +687,6 @@ line ( 2 * ky) line y = S.path - ! fill "none" ! d (lineDirs y) lineDirs y = mkPath $ do m (-1 + kx) (y - w/2)
svg-icons.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: svg-icons -version: 3.3.1 +version: 3.4.0 homepage: https://github.com/RamiroPastor/SvgIcons license: BSD-3-Clause license-file: LICENSE