git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3cd92ce
)
bugfix: some lines were too thick or too thin
author
kramm
<kramm>
Mon, 29 Oct 2001 15:22:52 +0000
(15:22 +0000)
committer
kramm
<kramm>
Mon, 29 Oct 2001 15:22:52 +0000
(15:22 +0000)
pdf2swf/SWFOutputDev.cc
patch
|
blob
|
history
diff --git
a/pdf2swf/SWFOutputDev.cc
b/pdf2swf/SWFOutputDev.cc
index
a3f3d15
..
c2aa5cb
100644
(file)
--- 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);
}