sisl / AutoViz.jl

Provides visualization tools for AutomotiveDrivingModels. Built on Cairo
Other
33 stars 9 forks source link

font rendering bugfix #35

Closed mattuntergassmair closed 4 years ago

mattuntergassmair commented 4 years ago

Font rendering on my Linux machine was terrible. My guess is Cairo was using the wrong background color for antialiasing.

Before: Screenshot from 2019-12-19 14-19-16

After: Screenshot from 2019-12-19 14-20-22

Not sure why exactly this small change fixed the issue. Related link: https://github.com/JuliaGraphics/Cairo.jl/issues/138