Luxor.jl Versions Save

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

v4.0.0

1 month ago

This is a breaking release compared with v3.8:

  • Some 'invalid' Point methods have been removed:

    • Broadcasting on xy-elements like Point(x, y) .+ n are no longer valid. Use Point(x, y) + Point(n, n).

    • Point - Real arithmetic operations such as Point(x, y) + n are also no longer valid.

Added

  • textformat()
  • polysmooth() has close option
  • markcells() and getcells()
  • use package extension for LaTeX support
  • add CompatHelper git workflow
  • add Aqua.jl testing
  • createmovie option for animate to make MKV and MP4 videos
  • polybspline draws bspline polygons

Changed

  • minimum Julia version 1.9
  • fixes for drawpath(p, f) to do the Bezier curve truncation better
  • added dependency PolygonAlgorithms.jl and replace poly intersection routines with new ones
  • Aqua says TOML deps must be in alphabetical order :)
  • remove @assert statements
  • documents now built to https://github.com/JuliaGraphics/LuxorManual
  • fixed bug in box(pt, w, h, cr, :path) (don't create new path)
  • removed some invalid Point methods (#294)
  • between has more methods for ranges and arrays

Removed

  • invalid Point methods such as Point(1, 3) + 6 or Point(1, 3) .+ 4

v3.8.0

8 months ago

minor updates - see CHANGELOG

v3.7.0

1 year ago

misc updates - see CHANGELOG

v3.6.0

1 year ago

see release notes

v3.5.0

1 year ago

Multiple drawings, thread safety, stroke/fill dispatchers - thanks to @oheil and @ArbitRandomUser!

v3.4.0

1 year ago

see CHANGELOG.md

v3.3.0

1 year ago

see CHANGELOG.md

v3.2.0

2 years ago

also see CHANGELOG.md

v3.1.1

2 years ago

patch for import latex functions

v3.1.0

2 years ago

See CHANGLOG.md

Known issue

Still can't get the Requires/MathTexEngine warnings to disappear... 🤷