mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-02-21 12:10:52 +01:00
Don't set can_draw_directly to FALSE.
This commit is contained in:
parent
807f64d57c
commit
df3c02c9ca
1 changed files with 0 additions and 1 deletions
|
|
@ -576,7 +576,6 @@ _cairo_atsui_font_old_show_glyphs (void *abstract_font,
|
|||
_cairo_pattern_is_opaque_solid (pattern) &&
|
||||
op == CAIRO_OPERATOR_OVER;
|
||||
|
||||
can_draw_directly = FALSE;
|
||||
if (!can_draw_directly) {
|
||||
rect.x = dest_x;
|
||||
rect.y = dest_y;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue