strokecolor, strokewidth



using AbstractPlotting

x = LinRange(0, 2pi, 100)
poly(Point2f0.(zip(sin.(x), sin.(2x))), color = :white, strokecolor = :blue, strokewidth = 10)