X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=tiff%2Ftiff-document.c;h=ce4f9ab64bdfa7e26792735fbe218b93f3ee3ccb;hb=5e43774b418b9ed521660463f912fa88809bd551;hp=d30ab18ea711dfcd908b73995f198f4053a32fd9;hpb=ff60f91c0e669564d5027a732a600c4894201c9d;p=evince.git diff --git a/tiff/tiff-document.c b/tiff/tiff-document.c index d30ab18e..ce4f9ab6 100644 --- a/tiff/tiff-document.c +++ b/tiff/tiff-document.c @@ -257,7 +257,7 @@ tiff_document_render_pixbuf (EvDocument *document, GDK_INTERP_BILINEAR); g_object_unref (pixbuf); - rotated_pixbuf = gdk_pixbuf_rotate_simple (scaled_pixbuf, rc->rotation); + rotated_pixbuf = gdk_pixbuf_rotate_simple (scaled_pixbuf, 360 - rc->rotation); g_object_unref (scaled_pixbuf); return rotated_pixbuf;