diff --git a/Project.toml b/Project.toml index 2dd6b005..714d81de 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "GeoMakie" uuid = "db073c08-6b98-4ee5-b6a4-5efafb3259c6" authors = ["Makie.jl Contributors"] -version = "0.4.0" +version = "0.4.1" [deps] Colors = "5ae59095-9a9b-59fe-a467-6f913c188581" @@ -24,7 +24,7 @@ GeoInterface = "0.5" GeoJSON = "0.5" GeometryBasics = "0.4.1" ImageIO = "0.6" -Makie = "0.17" +Makie = "0.17.1" Proj4="0.7" # Proj = "1.0" Reexport = "1" diff --git a/src/utils.jl b/src/utils.jl index 439e2de9..cc210925 100644 --- a/src/utils.jl +++ b/src/utils.jl @@ -245,7 +245,7 @@ function text_bbox(textstring::AbstractString, textsize::Union{AbstractVector, N glyph_collection = Makie.layout_text( textstring, textsize, font, align, rotation, justification, lineheight, - RGBAf(0,0,0,0), RGBAf(0,0,0,0), 0f0 + RGBAf(0,0,0,0), RGBAf(0,0,0,0), 0f0, 0f0 ) return Rect2f(Makie.boundingbox(glyph_collection, Point3f(0), Makie.to_rotation(rotation)))