You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
what version of Makie are you running? (]st -m Makie) master
can you reproduce the bug with a fresh environment ? (]activate --temp; add Makie) yes
What platform + GPU are you on? irrelevant
MWE:
f, a, p =poly(Rect2f(Vec2f(0), Vec2f(1)); color =:gray, alpha =0.5)
a.title ="Alpha by direct kwarg"
a2, p2 =poly(f[1, 2], Rect2f(Vec2f(0), Vec2f(1)); color = (:gray, 0.5))
a2.title ="Alpha in color"
f
This is likely an issue only in CairoMakie, since GLMakie works.
The text was updated successfully, but these errors were encountered:
]st -m Makie
) master]activate --temp; add Makie
) yesMWE:
This is likely an issue only in CairoMakie, since GLMakie works.
The text was updated successfully, but these errors were encountered: