Rasterific v0.3 Release Notes

Release Date: 2014-06-03 // almost 10 years ago
    • Enhancement: Switching main free monad type to the church encoded one.
    • Enhancement: Optimized the bezier decomposition, strictness annotations made wonders. May require forward differencing in the future.
    • Enhancement: Implementing specific decomposition for lines.
    • Enhancement: Reworked texture system, now allowing some specialized filler (hoping faster computation). For now only the solid color has been optimized, and all the transformed textures.
    • Enhancement: Fixing space leak in combineEdgeSamples, avoiding many allocations.
    • Adding: bounding box calculation facility.
    • Adding: Exposing outline creation capability
    • Adding: a skewX & skewY transformation function.
    • Fixing: some numerical stability with the mitter join.