X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=pdf2swf%2FSWFOutputDev.cc;h=c2aa5cb58b1796efc940088b1b67531030d4b197;hb=b758bdb10da8e20798da872c5db99eccc399bfd6;hp=a3f3d1549fb122362ebfb76eda30f118e820f28d;hpb=3cd92ce70ed33d75b65cd5b73e631cbea6c8e798;p=swftools.git diff --git a/pdf2swf/SWFOutputDev.cc b/pdf2swf/SWFOutputDev.cc index a3f3d15..c2aa5cb 100644 --- a/pdf2swf/SWFOutputDev.cc +++ b/pdf2swf/SWFOutputDev.cc @@ -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); }