This commit is contained in:
Thomas Breloff 2015-10-15 16:50:57 -04:00
parent 407df158ef
commit 7ba2f61361
2 changed files with 190 additions and 74 deletions

File diff suppressed because one or more lines are too long

View File

@ -101,7 +101,7 @@ function makecross(; offset = -0.5, radius = 1.0)
end
const _shapes = Dict(
const _shapes = @compat Dict(
:ellipse => makeshape(20),
:rect => makeshape(4, offset=-0.25),
:diamond => makeshape(4),