From 19ee9b755e97e40fb8d4d551638343524e50de66 Mon Sep 17 00:00:00 2001 From: Cristy Date: Sun, 27 May 2018 20:26:28 -0400 Subject: [PATCH] ... --- coders/svg.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/coders/svg.c b/coders/svg.c index 8ef589cd0..6bf786ce9 100644 --- a/coders/svg.c +++ b/coders/svg.c @@ -2082,8 +2082,8 @@ static void SVGStartElement(void *context,const xmlChar *name, affine.rx=sin(DegreesToRadians(fmod(angle,360.0))); affine.ry=(-sin(DegreesToRadians(fmod(angle,360.0)))); affine.sy=cos(DegreesToRadians(fmod(angle,360.0))); - affine.tx=x; - affine.ty=y; + affine.tx=0.0; + affine.ty=0.0; svg_info->center.x=x; svg_info->center.y=y; break; -- 2.40.0