diff options
Diffstat (limited to 'src/cairo-recording-surface.c')
| -rw-r--r-- | src/cairo-recording-surface.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cairo-recording-surface.c b/src/cairo-recording-surface.c index 79d51e8cc..0ac938b64 100644 --- a/src/cairo-recording-surface.c +++ b/src/cairo-recording-surface.c @@ -898,8 +898,8 @@ _cairo_recording_surface_replay_internal (cairo_surface_t *surface, if (stroke_command != NULL && stroke_command->header.type == CAIRO_COMMAND_STROKE && - _cairo_path_fixed_is_equal (&command->fill.path, - &stroke_command->stroke.path)) + _cairo_path_fixed_equal (&command->fill.path, + &stroke_command->stroke.path)) { status = _cairo_surface_wrapper_fill_stroke (&wrapper, command->header.op, |
