From 2968edee6b48e015a7e0dd13a727da65b88abc02 Mon Sep 17 00:00:00 2001 From: Anshul Singhvi Date: Fri, 12 Apr 2024 11:39:36 -0400 Subject: [PATCH] use Colors in tests --- test/svg.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/test/svg.jl b/test/svg.jl index 7c9c94d..33fb0cf 100644 --- a/test/svg.jl +++ b/test/svg.jl @@ -1,6 +1,7 @@ using MakieTeX, CairoMakie using Downloads using Rsvg, Cairo +using CairoMakie.Colors @testset "SVG rendering" begin svg = SVGDocument(read(Base.download("https://raw.githubusercontent.com/file-icons/icons/master/svg/Go-Old.svg"), String));