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:
52bf9c4
)
reverted debugging code back to normal
author
kramm
<kramm>
Sun, 21 Oct 2007 20:11:03 +0000
(20:11 +0000)
committer
kramm
<kramm>
Sun, 21 Oct 2007 20:11:03 +0000
(20:11 +0000)
lib/pdf/GFXOutputDev.cc
patch
|
blob
|
history
diff --git
a/lib/pdf/GFXOutputDev.cc
b/lib/pdf/GFXOutputDev.cc
index
0f070ac
..
eca4d9f
100644
(file)
--- a/
lib/pdf/GFXOutputDev.cc
+++ b/
lib/pdf/GFXOutputDev.cc
@@
-1085,7
+1085,7
@@
GBool GFXOutputDev::beginType3Char(GfxState *state, double x, double y, double d
msg("<error> Invalid charid %d for font %s", charid, current_font_id);
return gFalse;
}
- gfxcolor_t col={128,0,0,0};
+ gfxcolor_t col={0,0,0,0};
CharCode glyphid = current_fontinfo->glyphs[charid]->glyphid;
device->drawchar(device, current_gfxfont, glyphid, &col, &m);
}