reanimate-0.3.3.0: Animation library based on SVGs.

Safe HaskellNone
LanguageHaskell2010

Reanimate.Svg.BoundingBox

Synopsis

Documentation

boundingBox :: Tree -> (Double, Double, Double, Double) Source #

Return bounding box of SVG tree. The four numbers returned are (minimal X-coordinate, minimal Y-coordinate, width, height)