diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2007-03-13 06:20:21 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2007-03-13 06:20:21 -0400 |
commit | 20304908626f0af40aeda145b2967a40151728c5 (patch) | |
tree | fb56013613653587c0f2f843db190416cb3dd588 /src/cairo-pattern.c | |
parent | deed0f473400bc2e91dde8bad2537d499a5941ea (diff) |
[cairo-pattern] Add XXX note
Diffstat (limited to 'src/cairo-pattern.c')
-rw-r--r-- | src/cairo-pattern.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cairo-pattern.c b/src/cairo-pattern.c index efa0c5a7..5c1823ec 100644 --- a/src/cairo-pattern.c +++ b/src/cairo-pattern.c @@ -1637,6 +1637,7 @@ _cairo_pattern_get_extents (cairo_pattern_t *pattern, imatrix = pattern->matrix; cairo_matrix_invert (&imatrix); + /* XXX Use _cairo_matrix_transform_bounding_box here */ for (sy = 0; sy <= 1; sy++) { for (sx = 0; sx <= 1; sx++) { x = surface_extents.x + sx * surface_extents.width; |