[cairo] [PATCH 07/39] [OpenVG] reverted change to extents.
tardyp at gmail.com
tardyp at gmail.com
Fri Jul 10 10:02:09 PDT 2009
From: Øyvind Kolås <pippin at gimp.org>
---
src/cairo-openvg-surface.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/cairo-openvg-surface.c b/src/cairo-openvg-surface.c
index 3723a9b..f35d13f 100644
--- a/src/cairo-openvg-surface.c
+++ b/src/cairo-openvg-surface.c
@@ -85,8 +85,8 @@ _cairo_openvg_surface_get_extents (void *asurface,
extents->x = 0;
extents->y = 0;
- extents->width = s->width;
- extents->height = s->height;
+ extents->width = 0;
+ extents->height = 0;
return CAIRO_STATUS_SUCCESS;
}
--
1.6.0.4
More information about the cairo
mailing list