diff --git a/src/precompile.jl b/src/precompile.jl index 189b0a7b..443ea6ce 100644 --- a/src/precompile.jl +++ b/src/precompile.jl @@ -21,4 +21,5 @@ PrecompileTools.@compile_workload begin randomhue() textoutlines("snoopy", Point(10, 10), action=:path) fillpath() + _reset_all_drawings() end