X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fpdf%2FGFXOutputDev.cc;h=eca4d9fa2fbe15174f2b129d31d033721d4d895e;hb=8574d9999b332a2d3377d7fad4694a5e7d0ff059;hp=0f070ac062d2b9b81bb486a604bf952a4c2aeb60;hpb=4499caa9287f6ad9b1c96e007504478c1f6089b5;p=swftools.git diff --git a/lib/pdf/GFXOutputDev.cc b/lib/pdf/GFXOutputDev.cc index 0f070ac..eca4d9f 100644 --- 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(" 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); }