Comment 17 for bug 170356

Revision history for this message
Krzysztof Kosinski (tweenk) wrote : Re: Suppress antialiasing artefact at the object boundary

Since we are using Cairo everywhere now, this bug is easy to fix: simply call cairo_set_antialias(cr, CAIRO_ANTIALIAS_NONE) when drawing. However, we need to invent some kind of UI for this.