You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add first-class Graphic type with algebraic operators and PNG/SVG export
Core Features:
- Graphic type with +, |||, / operators for overlay/faceting
- HtmlEval instance for #eval rendering in infoview
- Fluent combinators: .domain, .samples, .color, .title, etc.
- Interactive sliders with source code rewriting via #iplot
PNG Rendering Infrastructure:
- Bitmap module for RGB colors and pixel manipulation
- CRC32 and Adler32 checksums for PNG encoding
- Rasterization primitives (Bresenham's line algorithm)
- savePNG/saveSVG export functions
Documentation Fixes:
- Fixed Verso header nesting errors
- Fixed mermaid code block to plain text
- Converted lean code blocks to plain for examples
- Updated module docstrings for Verso compatibility
Also includes TestExport.lean for verifying PNG/SVG export works.
0 commit comments