added some comments.
authorkramm <kramm>
Thu, 25 Nov 2004 13:10:51 +0000 (13:10 +0000)
committerkramm <kramm>
Thu, 25 Nov 2004 13:10:51 +0000 (13:10 +0000)
pdf2swf/swfoutput.cc

index dea823b..8f02182 100644 (file)
@@ -1160,7 +1160,7 @@ static void endtext(swfoutput*obj)
     swf_SetRect(i->tag,&r);
 
     MATRIX m;
-    swf_GetMatrix(0, &m);
+    swf_GetMatrix(0, &m); /* set unit matrix- the real matrix is in the placeobject */
     swf_SetMatrix(i->tag,&m);
 
     putcharacters(obj, i->tag);