Module Svg_types.Unit
SVG defines several units to measure time, length, angles.
type angle = [ `Deg | `Grad | `Rad ] Svg_types.Unit.quantitytype length =
[ `Em | `Ex | `Px | `In | `Cm | `Mm | `Pt | `Pc | `Percent ]
Svg_types.Unit.quantitytype time = [ `S | `Ms ] Svg_types.Unit.quantitytype frequency = [ `Hz | `KHz ] Svg_types.Unit.quantity