diagrams-cairo v0.2 Release Notes

Release Date: 2011-06-03 // almost 13 years ago
    • ➕ add Typeable and other instances for Cairo type

    • generalize Result type to (IO (), Render ()), so programs that don't want to generate a file but just want a Render operation (e.g. to use to paint a gtk window) can use the second component.

    • ➕ add support for opacity attribute and path clipping