Skip to content
This repository has been archived by the owner on Sep 9, 2019. It is now read-only.

add rotateAround to export list #16

Merged
merged 1 commit into from
May 21, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Text/Blaze/Svg.hs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module Text.Blaze.Svg
-- ** The quadratic Bézier curve commands
, q, qr, t, tr
-- * SVG Transform combinators
, translate, rotate, scale
, translate, rotate, rotateAround, scale
, skewX, skewY
, matrix
) where
Expand Down