- Added search functionality for classes and members in the API documentation.
- Fix for Geometry.parse when numbers containing alphabet characters (such as 4E-06) are present.
- Updated Geometry.parse to accept multiple '.'s without spaces to allow for chaining decimals, for example 1.5.75.75. The result would be 1.5 .75 .75, as specified by the SVG grammar.