mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 18:08:03 +02:00
gstate: Correct comment
This commit is contained in:
parent
28cd511fb9
commit
63434bc438
1 changed files with 1 additions and 1 deletions
|
|
@ -874,7 +874,7 @@ _cairo_gstate_copy_pattern (cairo_pattern_t *pattern,
|
|||
{
|
||||
/* First check if the we can replace the original with a much simpler
|
||||
* pattern. For example, gradients that are uniform or just have a single
|
||||
* stop can be replace with a solid.
|
||||
* stop can sometimes be replaced with a solid.
|
||||
*/
|
||||
|
||||
if (_cairo_pattern_is_clear (original)) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue