Releases: JuliaGraphics/Luxor.jl
Releases · JuliaGraphics/Luxor.jl
v1.12.0
Luxor v1.12.0
Diff since v1.11.0
Closed issues:
- readpng should error on invalid inputs? (#81)
- Release 1.11.0 (#82)
- rule & BoundingBox bug? (#83)
- Support displaying GIFs with
preview()
in Juno's Plot pane (#84)
Merged pull requests:
v1.11.0
Luxor v1.11.0
Diff since v1.10.0
Closed issues:
- Release 1.10.0 (#77)
- Automatically generate the curves for letters in the Julia logo (#78)
Merged pull requests:
- Adding an example to moreexamples.md (#79) (@fungktt)
- Install TagBot as a GitHub Action (#80) (@JuliaTagBot)
v1.9.0
v1.9.0 (2019-12-10)
Diff since v1.8.0
Closed issues:
- Release 1.8.0 (#74)
- Overlapping lines in Luxor.box with rounded corners (#73)
- How to subtract one path from another (#72)
- Release v1.7.0 (#71)
- settext doesn't use fontsize() (#52)
- Support for LaTeX strings (#51)
v1.7.0
v1.7.0 (2019-10-14)
Diff since v1.6.0
Closed issues:
- Data in Animate and Double Pendulum Example (#69)
- "uses of it in module Main must be qualified" (#67)
- small bug (#66)
- Release 1.6.0 (#65)
- Use in memory drawing for @png etc. when there's no filename? (#49)
Merged pull requests:
- Added draw macro for creating temporary files for immediate view (#70) (m3m0ry)