barteksc / AndroidPdfViewerV2

Android view for displaying PDFs rendered with PdfiumAndroid
Apache License 2.0
128 stars 75 forks source link

White text error #17

Open andmau90 opened 4 years ago

andmau90 commented 4 years ago

i change pdfium library to return bitmap with transparent background

inside drawPart the bitmap is the following image

but when i render it in a canvas the result is this, the white text has a rectangle filled with white color image

and if i zoom to max value the result is correct image