* Implement recent spec changes, except for variability, which is currently broken
0.4.1
* Changed Surface API: canvas is now obtained via a context manager * Added PDF and SVG surfaces for Cairo and Skia, added PDF surface for CoreGraphics * Added imageExtension argument to getSurfaceClass()
0.3.1
* Don't insist on a pathlib.Path for the outputPath argument of renderText * Add renderText() example to README.md
0.3.0
* Changed Surface constructor to take a bounding box instead of individual x, y, w, h values * Renamed getSurface() to getSurfaceClass() * Improved README.md
0.2.0
* Implemented PaintComposite (20) * Improved PaintSweep appearance in CoreGraphics (anti aliasing is now on)