blaze-svg 0.3.3.1 → 0.3.4
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- blaze-svg.cabal +1/−1
- src/Text/Blaze/Svg.hs +1/−1
blaze-svg.cabal view
@@ -1,5 +1,5 @@ name: blaze-svg-version: 0.3.3.1+version: 0.3.4 synopsis: SVG combinator library homepage: https://github.com/deepakjois/blaze-svg license: BSD3
src/Text/Blaze/Svg.hs view
@@ -16,7 +16,7 @@ -- ** The quadratic Bézier curve commands , q, qr, t, tr -- * SVG Transform combinators- , translate, rotate, scale+ , translate, rotate, rotateAround, scale , skewX, skewY , matrix ) where