From 030b498b6a9f5a0f8c9688c8a55dccb5ad34dbc5 Mon Sep 17 00:00:00 2001 From: notmasteryet Date: Mon, 10 Oct 2011 07:03:43 -0500 Subject: [PATCH] 1 instead of 0 --- fonts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fonts.js b/fonts.js index 45fe9c974..fa6da78e7 100644 --- a/fonts.js +++ b/fonts.js @@ -2271,7 +2271,7 @@ CFF.prototype = { 'return': 11, 'sub': [12, 11], 'div': [12, 12], - 'pop': [139, 12, 18], + 'pop': [140, 12, 18], 'drop' : [12, 18], 'endchar': 14, 'rmoveto': 21,