Fix rendering artifacts in line charts
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.
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.