JuliaGraphics / Luxor.jl

Simple drawings using vector graphics; Cairo "for tourists!"
http://juliagraphics.github.io/Luxor.jl/
Other
588 stars 71 forks source link

fix unclosed paths in julialogo #302

Closed kimikage closed 6 months ago

kimikage commented 6 months ago

This fixes the unclosed paths of dots in the julia logo. This also changes the straight PathCurve in the "u" to PathLine.

cf. https://github.com/JuliaLang/julia-logo-graphics/issues/17

cormullion commented 6 months ago

Hello @kimikage ! We've missed you - welcome back!