X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fpdf%2FGFXOutputDev.cc;h=73c94e22a73078f540fbcc8b0df5f7325e6860da;hb=71c8242a8242eeb6e8b6dcf57239550a6f35c88a;hp=46e9c26a453e6730d394c6574083895ca3ff27e0;hpb=648e7ccd78283cb2403a7bb916e5a79bb434d3a1;p=swftools.git diff --git a/lib/pdf/GFXOutputDev.cc b/lib/pdf/GFXOutputDev.cc index 46e9c26..73c94e2 100644 --- a/lib/pdf/GFXOutputDev.cc +++ b/lib/pdf/GFXOutputDev.cc @@ -1363,7 +1363,7 @@ void GFXOutputDev::drawChar(GfxState *state, double x, double y, // check for invisible text -- this is used by Acrobat Capture if (render == RENDER_INVISIBLE) { - col.a = 255; + col.a = 0; if(!config_extrafontdata) return; }