reverted debugging code back to normal
[swftools.git] / lib / pdf / GFXOutputDev.cc
index 0f070ac..eca4d9f 100644 (file)
@@ -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);
     }