summaryrefslogtreecommitdiff
path: root/fitz/res_font.c
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2010-07-17 01:41:20 +0000
committerTor Andersson <tor@ghostscript.com>2010-07-17 01:41:20 +0000
commit3ac42a2ad5c49724d4972bac4f729d1a2ed57423 (patch)
treecf685c23608d4d06df7b93f2391da97a012f8009 /fitz/res_font.c
parent2c79e6f2ccb72e8115aa51089f69be2560603016 (diff)
downloadmupdf-3ac42a2ad5c49724d4972bac4f729d1a2ed57423.tar.xz
Support SMasks for general graphics (incomplete).
Diffstat (limited to 'fitz/res_font.c')
-rw-r--r--fitz/res_font.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fitz/res_font.c b/fitz/res_font.c
index 368c4919..8dc06902 100644
--- a/fitz/res_font.c
+++ b/fitz/res_font.c
@@ -472,7 +472,7 @@ fz_rendert3glyph(fz_font *font, int gid, fz_matrix trm)
fz_freedevice(dev);
glyph = fz_newpixmap(nil, bbox.x0-1, bbox.y0-1, bbox.x1 - bbox.x0 + 1, bbox.y1 - bbox.y0 + 1);
- fz_clearpixmap(glyph, 0x00);
+ fz_clearpixmap(glyph, 0);
cache = fz_newglyphcache();
dev = fz_newdrawdevice(cache, glyph);