Luxor.jl

Simple drawings using vector graphics; Cairo "for tourists!"

OTHER License

Stars
587
Committers
44

Bot releases are visible (Hide)

Luxor.jl - Release v2.11.0

Published by cormullion over 3 years ago

see CHANGELOG

Luxor.jl - Release v2.10.0

Published by cormullion over 3 years ago

see CHANGELOG.md

Luxor.jl - Release v2.9.0

Published by cormullion over 3 years ago

see CHANGELOG

Luxor.jl - Release v2.8.0

Published by cormullion over 3 years ago

see CHANGELOG.md

Luxor.jl - Release v2.7.0

Published by cormullion almost 4 years ago

Misc updates and fixes.

Luxor.jl - v2.6.0

Published by github-actions[bot] almost 4 years ago

Luxor v2.6.0

Diff since v2.5.1

Closed issues:

  • Using Interact.jl and Luxor.jl inside IJulia (Jupyter) notebook (#27)
  • [info] using Luxor in Gtk (#29)
  • Taxonomy (#43)
  • Multiple SVGs in notebook environments interact badly (#92)
  • Douglas-Peucker algorithm in Luxor.simplify (#98)
  • Can't use Luxor from Julia REPL (#105)
  • Inconsistent transparent background (#107)
  • Luxor ft. Portal (#111)
  • Register v2.5.1 (#113)
  • scale(0.0) leaks outside the layer (#114)
  • @imagematrix add a @imagematrix! (#115)
  • In-memory drawing for Pluto (#116)
  • Thread-safety (#117)
  • IOError (#118)
Luxor.jl - v2.5.1

Published by github-actions[bot] about 4 years ago

Luxor v2.5.1

Diff since v2.5.0

Closed issues:

  • Register v2.5.0 (#112)
Luxor.jl - v2.5.0

Published by github-actions[bot] about 4 years ago

Luxor v2.5.0

Diff since v2.4.0

Closed issues:

  • Register v2.4.0 (#109)
  • [Q] How can I paint something as an inversion of color on what has been drawn before? (#110)
Luxor.jl - v2.4.0

Published by github-actions[bot] about 4 years ago

Luxor v2.4.0

Diff since v2.3.0

Closed issues:

  • Using function Base.display in preview() (#46)
  • Register 2.3.0 (#102)
  • Bug? sethue can't be before background (#103)
  • background goes wrong when Drawing non-square (#106)

Merged pull requests:

  • [WIP] get_fontsize (#104) (@Wikunia)
  • removed some exports and renamed others (#108) (@Wikunia)
Luxor.jl - v2.3.0

Published by github-actions[bot] about 4 years ago

Luxor v2.3.0

Diff since v2.2.1

Closed issues:

  • Release 2.2.1 (#96)
  • Problem with detail parameter in Luxor.simplify (#97)

Merged pull requests:

  • Corrected description of simplify (#99) (@pauljurczak)
  • Added convenience constructor (#100) (@pauljurczak)
  • Corrected pointlinedistance (#101) (@pauljurczak)
Luxor.jl - v2.2.1

Published by github-actions[bot] over 4 years ago

Luxor v2.2.1

Diff since v2.2.0

Closed issues:

  • Release 2.2 (#94)

Merged pull requests:

  • Correct link to the bezier post (#95) (@Wikunia)
Luxor.jl - v2.2.0

Published by github-actions[bot] over 4 years ago

Luxor v2.2.0

Diff since v2.1.0

Closed issues:

  • Release 2.1 (#93)
Luxor.jl - v2.1.0

Published by github-actions[bot] over 4 years ago

Luxor v2.1.0

Diff since v2.0.0

Closed issues:

  • Release 2.0 (#89)
  • Support for Pluto.jl (#90)

Merged pull requests:

  • IJulia & Juno display fix (#91) (@fonsp)
Luxor.jl - v2.0.0

Published by github-actions[bot] over 4 years ago

Luxor v2.0.0

Diff since v1.12.0

Closed issues:

  • Release 1.12.0 (#86)

Merged pull requests:

  • Added Towards to Turtle (#87) (@osoleve)
  • Refactored and optimized _octaves in noise.jl (#88) (@osoleve)
Luxor.jl - v1.12.0

Published by github-actions[bot] over 4 years ago

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:

  • added a clarifying comment (#85) (@timothywalsh)
Luxor.jl - v1.11.0

Published by github-actions[bot] over 4 years ago

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)
Luxor.jl - v1.10.0

Published by julia-tagbot[bot] almost 5 years ago

v1.10.0 (2020-01-02)

Diff since v1.9.0

Closed issues:

  • Release 1.9.0 (#76)
  • Compatibility with Cairo 0.8+? (#75)
Luxor.jl - v1.9.0

Published by julia-tagbot[bot] almost 5 years ago

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)
Luxor.jl - v1.8.0

Published by julia-tagbot[bot] almost 5 years ago

v1.8.0 (2019-11-17)

Diff since v1.7.0

Luxor.jl - v1.7.0

Published by julia-tagbot[bot] about 5 years ago

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)