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
Running text((0,0), text="abc", glowwidth=5, glowcolor=:red) shows glow with the GLMakie backend, but just shows the raw text (without glow) with CairoMakie.
Would be nice to support it for Cairo as well, including pdf exports :)
what version of Makie are you running? (]st -m Makie) latest, 0.21.16
can you reproduce the bug with a fresh environment ? (]activate --temp; add Makie) yes
What platform + GPU are you on? any
The text was updated successfully, but these errors were encountered:
I'm not very familiar with Cairo, but they seem to have the ability to blur an object after rendering. And "text with glow" is basically "blurred text + regular text on top".
That looks like it's only when rendering to image surfaces though, so for things like SVG output it would either fail or trigger rasterization. Not what one wants!
Running
text((0,0), text="abc", glowwidth=5, glowcolor=:red)
shows glow with the GLMakie backend, but just shows the raw text (without glow) with CairoMakie.Would be nice to support it for Cairo as well, including pdf exports :)
]st -m Makie
) latest, 0.21.16]activate --temp; add Makie
) yesThe text was updated successfully, but these errors were encountered: