Skip to content

Fix rendering artifacts in line charts

Arjen Hiemstra requested to merge work/ahiemstra/linechart_nofwidth into master

fwidth() causes some aliasing artifacts when used to render thing lines, so do not use it for that. In addition, it causes odd artifacts on intel GPUs that are also avoided with this.

Merge request reports