Skip to content

Commit

Permalink
set antialiasing to DEFAULT
Browse files Browse the repository at this point in the history
  • Loading branch information
ldev authored and Cloudef committed Jul 7, 2024
1 parent 33f2299 commit 1201340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/renderers/cairo_renderer.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ bm_cairo_create_for_surface(struct cairo *cairo, cairo_surface_t *surface)
if (!(cairo->pango = pango_cairo_create_context(cairo->cr)))
goto fail;

cairo_set_antialias(cairo->cr, CAIRO_ANTIALIAS_NONE);
cairo_set_antialias(cairo->cr, CAIRO_ANTIALIAS_DEFAULT);

cairo->surface = surface;
assert(cairo->scale > 0);
Expand Down

0 comments on commit 1201340

Please sign in to comment.