bugfix: some lines were too thick or too thin
authorkramm <kramm>
Mon, 29 Oct 2001 15:22:52 +0000 (15:22 +0000)
committerkramm <kramm>
Mon, 29 Oct 2001 15:22:52 +0000 (15:22 +0000)
pdf2swf/SWFOutputDev.cc

index a3f3d15..c2aa5cb 100644 (file)
@@ -741,7 +741,7 @@ int SWFOutputDev::setT1Font(char*name, FontEncoding*encoding)
 
 void SWFOutputDev::updateLineWidth(GfxState *state)
 {
-    double width = state->getLineWidth();
+    double width = state->getTransformedLineWidth();
     swfoutput_setlinewidth(&output, width);
 }