Luxor.jl

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

OTHER License

Stars
587
Committers
44

Bot releases are visible (Hide)

Luxor.jl - Bug fixes

Published by cormullion almost 7 years ago

Mostly bug fixes, including hopefully a fix for IJulia world age issue (https://github.com/JuliaGraphics/Luxor.jl/issues/17)

Luxor.jl - Bug fixes for Julia v0.5

Published by cormullion almost 7 years ago

This is intended to fix a bug when running on Julia v0.5.

Luxor.jl - More updates and bug fixes

Published by cormullion almost 7 years ago

  • textwrap/textbox
  • Bezier meshes
  • some bugs fixed
Luxor.jl - Misc updates and bug fixes

Published by cormullion almost 7 years ago

  • min version now Julia v0.6
  • in-memory drawings (thanks, @barche)
  • bezierpath conversions
  • tutorial in docs
  • misc bugs fixed and added...
Luxor.jl - Miscellanous changes and documentation improvements

Published by cormullion about 7 years ago

Luxor.jl - Bug fixes backported from master for v0.6

Published by cormullion about 7 years ago

I'm hoping that this branch will update the Julia v0.6 compatible version of Luxor with some bug fixes and other things. The current master (Julia v0.7 compatible) is completely hosed at present.

Luxor.jl - Final Julia v0.6 release

Published by cormullion about 7 years ago

  • drop support for v0.4

  • @pdf @svg and @pdf macros

  • polyarea()

  • ngonside()

  • circle intersection: intersection2circles()

  • polygon to Bezier path conversion

Luxor.jl - ready for Julia v0.6

Published by cormullion over 7 years ago

misc updates and changes

Luxor.jl - Support for Juno preview

Published by cormullion over 7 years ago

This release supports preview in Juno's PlotPane.

Luxor.jl - Animation and polygon additions

Published by cormullion over 7 years ago

  • bug fixes
  • crop marks
  • polyperimeter, polydistances, polyportion, nearestindex
  • try to display SVG in Jupyter
Luxor.jl - patch for preview() function in Windows

Published by cormullion over 7 years ago

This changes the preview() function to run better code for Windows.

Luxor.jl - Julia v0.6 pre-release

Published by cormullion over 7 years ago

This release deprecates two functions, one of which clashes with Base. They'll be removed in the next release.

  • fill() to be replaced with fillpath()
  • stroke() to be replaced with strokepath()
Luxor.jl - Fixes for 0.5.1 and 0.6.x

Published by cormullion over 7 years ago

  • compatibility with Julia 0.5.1 (yes, I know...)
  • rule() added
  • fixes and doc updates
Luxor.jl - compositing and misc additions, some changes for v0.6

Published by cormullion over 7 years ago

  • compositing
  • grids
  • edits for v0.6
Luxor.jl - Tests pass on Windows

Published by cormullion over 7 years ago

  • tests changed so that they pass on Windows/Appveyor
  • some minor additions, e.g. hypotrochoids, another ellipse method
Luxor.jl - Make docs on Travis the way they should have been made

Published by cormullion almost 8 years ago

With this release the docs have been moved into the gh-pages branch.

Luxor.jl - v0.7.0 Documentation updates

Published by cormullion almost 8 years ago

Minor documentation updates and some utility functions.