JuliaGraphics / Luxor.jl

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

Remove unnecessary methods defined in Base #312

Closed hyrodium closed 2 months ago

hyrodium commented 2 months ago

!=, >, cmp are defined in Base, so we don't need to define the methods in Luxor.jl.