Thickness and In Bounds check - keyword args
Added the ability to draw lines with a thickness
To fix CI error on 1.0:
# src/compat.jl
if v"1.0" <= VERSION < v"1.1"
isnothing(x) = x===nothing
end
Are there any plans for merging this soon? My use case relies on thickness of lines and otherwise I'll have to fallback to using PIL with PyCall.
We need to merge #29 first and rebase this PR on the top of that
I'll see if that one is good to merge.
Unfortunately, this library doesn't have the biggest community supporting it, so we decided to try to use another drawing library to use in the library we're making, hopefully, these features get put merged in soon though.
@Codyk12 can I give it a go?I think I can do it in a more simplified way with RectanglePoints #52