1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-26 10:08:06 +02:00
Commit graph

624 commits

Author SHA1 Message Date
sbarman
0c71f3a10b Merge branch 'master' of github.com:andreasgal/pdf.js into patternfix 2011-07-18 09:18:38 -07:00
sbarman
636b1105b0 cleanup 2011-07-18 09:13:02 -07:00
Saebekassebil
aedd5057c4 Updated syntax 2011-07-18 15:01:12 +02:00
Vivien Nicolas
9b45870d9a Merge branch 'master' of https://github.com/andreasgal/pdf.js 2011-07-18 14:25:13 +02:00
Saebekassebil
d56cc9c5e8 Updating PartialEvaluator.eval syntax for better performance 2011-07-18 12:09:26 +02:00
Chris Jones
daf23a0341 remove debugging code 2011-07-15 18:41:52 -07:00
Chris Jones
6f3fff5798 fix some bugs 2011-07-15 17:40:37 -07:00
sbarman
2098d840da fix to dummyshading 2011-07-15 12:06:38 -07:00
sbarman
5f4b84146f fix to Util.getCssCmyk 2011-07-15 12:05:14 -07:00
sbarman
c438a8748a fix type 2011-07-15 11:41:39 -07:00
sbarman
dd1d90213b cleanup 2011-07-15 11:18:37 -07:00
Vivien Nicolas
42653edf9a Add support for beginfbchar 2011-07-15 19:14:07 +02:00
sbarman
faa6875b80 cleanup, add support for stroking 2011-07-15 09:48:40 -07:00
sbarman
dc77e076c2 Fixed tiling patterns 2011-07-14 11:50:27 -07:00
sbarman
9dcac17a3e patterns working 2011-07-14 10:59:12 -07:00
sbarman
7ee383a7f8 added reset 2011-07-13 17:58:54 -07:00
sbarman
7986c35213 fixed gradients, need to work on tiling 2011-07-13 15:43:09 -07:00
sbarman
01d5e5579c Changed linear gradients 2011-07-13 11:55:54 -07:00
sbarman
da845ec5e6 git radial gradients working 2011-07-13 11:41:04 -07:00
Adil Allawi
06986bb15f nits, picked 2011-07-13 17:46:48 +01:00
Adil Allawi
36763e8e82 Fully support truetype composite fonts, clean up 2011-07-13 09:31:34 +01:00
Adil Allawi
5fb0e66e62 Merge remote-tracking branch 'upstream/master' into CIDFont 2011-07-12 04:01:48 +01:00
Adil Allawi
6b6e97dff6 cleanup, added new flag to the font properties called compositeFont. If true, the encoding and ShowText strings must be multi-byte 2011-07-12 03:58:09 +01:00
sbarman
82f40dd2e5 cleanup 2011-07-11 16:44:58 -07:00
sbarman
dc913b989d interpolated functions 2011-07-11 14:09:16 -07:00
sbarman
e95512e7cf cleanup 2011-07-11 13:14:47 -07:00
sbarman
6f74406a2c added missing restore 2011-07-11 10:29:22 -07:00
sbarman
53511decbb cleanup 2011-07-11 09:54:02 -07:00
Adil Allawi
7b8542c6a7 Second pass CIDFont support - make Arial Unicode in OpenOffice PDF
- supports PDF fonts with CIDtoGIDMap and no cmap
2011-07-11 17:41:55 +01:00
Adil Allawi
b17a666343 First pass CIDFont - stop CID fonts breaking PDF rendering 2011-07-11 17:41:55 +01:00
sbarman
4861a9175d Merge branch 'master' into shading
Conflicts:
	pdf.js
2011-07-11 09:25:22 -07:00
sbarman
07f8145165 cleanup 2011-07-11 09:23:30 -07:00
Chris Jones
452ba3d85b #123, part 2: move more PDF-page rendering stuff into pdf.js 2011-07-10 23:21:13 -07:00
Andreas Gal
47c29974c4 Merge pull request #241 from cgjones/workers
#123, part 1: create PartialEvaluator
2011-07-10 15:02:46 -07:00
notmasteryet
f541c4cd37 Removing const and extending shadow() arguments 2011-07-10 13:48:05 -05:00
Andreas Gal
77fe66d64f Merge pull request #239 from cgjones/issue-236
return a dummy fill style for NYI shading
2011-07-10 00:28:01 -07:00
Chris Jones
03212b3cc0 set up dummy functions for NYIs 2011-07-09 23:38:04 -07:00
Chris Jones
56b1f3b333 return a dummy fill style for NYI shading 2011-07-09 23:30:16 -07:00
Chris Jones
671dd3b0e8 back out bad font measurement changes 2011-07-09 21:43:28 -07:00
Chris Jones
db9b0b1d66 back out bad font measurement changes 2011-07-09 21:43:12 -07:00
Chris Jones
7974d8264b #123, part 1: create PartialEvaluator 2011-07-09 21:29:35 -07:00
sbarman
d38a5488d4 fix to colorspaces 2011-07-09 16:58:25 -07:00
Chris Jones
fb9b8b6417 Merge pull request #226 from andreasgal/staging
simplify font measurement code, bug is now fixed in nightlies, no need to
2011-07-09 16:51:04 -07:00
Andreas Gal
a5237dd60e address review comment 2011-07-09 16:45:23 -07:00
Andreas Gal
adb619941c simplify font measurement code, bug is now fixed in nightlies, no need to hack around it 2011-07-08 19:28:24 -07:00
Andreas Gal
f2a4756c77 backout font measurement change, it is breaking tests 2011-07-08 18:51:20 -07:00
Andreas Gal
83a5ecf456 Merge pull request #225 from sbarman/shading
implemented colored tiling patterns
2011-07-08 18:40:11 -07:00
Andreas Gal
4a7fe7cb5d move text measurement into Font 2011-07-08 17:57:03 -07:00
sbarman
5820f4b151 fix tiling colorspace 2011-07-08 17:35:25 -07:00
Andreas Gal
09a465a2fd Merge github.com:andreasgal/pdf.js into staging 2011-07-08 16:36:54 -07:00