diff options
author | Hiroyuki Ikezoe <hiikezoe@gnome.org> | 2010-06-08 20:53:29 +0900 |
---|---|---|
committer | Hiroyuki Ikezoe <hiikezoe@gnome.org> | 2010-06-08 20:53:29 +0900 |
commit | f36d8f016173c05c428fffa6625e74e783d6547c (patch) | |
tree | a3782be1267c53d610e12e137066ae6998cdf2ca | |
parent | dd8e5b13dbae2603693ff5ce78ab6ce3da3cb1ed (diff) | |
download | librsvg-gnome-2-30.tar.gz |
fix indent.gnome-2-30
-rw-r--r-- | rsvg-cairo-draw.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rsvg-cairo-draw.c b/rsvg-cairo-draw.c index 5ab48df0..f15589a6 100644 --- a/rsvg-cairo-draw.c +++ b/rsvg-cairo-draw.c @@ -492,8 +492,8 @@ rsvg_cairo_render_pango_layout (RsvgDrawingCtx * ctx, PangoLayout * layout, doub bbox.virgin = 0; if (state->fill) { - cairo_move_to (render->cr, x, y); - rsvg_bbox_insert (&render->bbox, &bbox); + cairo_move_to (render->cr, x, y); + rsvg_bbox_insert (&render->bbox, &bbox); _set_source_rsvg_paint_server (ctx, state->current_color, state->fill, |