Brendan Dahl
|
59526a7cf1
|
Merge pull request #4189 from yurydelendik/split-pattern
Refactors shared/pattern.js into core/ and display/
|
2014-01-27 17:40:22 -08:00 |
|
Yury Delendik
|
48436b6a0f
|
Fixes smask backdrop
|
2014-01-26 22:35:56 -06:00 |
|
Yury Delendik
|
bf432a37bb
|
Refactors shared/pattern.js into core/ and display/
|
2014-01-25 12:18:22 -06:00 |
|
Yury Delendik
|
4054b0c385
|
SMask emulation
|
2014-01-23 11:13:32 -06:00 |
|
Brendan Dahl
|
ac91047f6d
|
Merge pull request #4072 from yurydelendik/check-aa
Checks if subpixel-aa enabled before scaling the fonts
|
2014-01-17 10:45:17 -08:00 |
|
Yury Delendik
|
e7d16ba1a2
|
Merge pull request #4138 from nnethercote/chunk-ImageData
Do createImageData/putImageData in chunks, to save memory.
|
2014-01-17 08:55:24 -08:00 |
|
Yury Delendik
|
09f8f951c8
|
Extracts evaluator preprocessor and refactor text extraction
|
2014-01-17 07:16:52 -06:00 |
|
Nicholas Nethercote
|
4332c2fabe
|
Do createImageData/putImageData in chunks, to save memory.
|
2014-01-16 17:20:20 -08:00 |
|
Brendan Dahl
|
ff66c23e6e
|
Merge pull request #4089 from yurydelendik/issue3725
Takes ascent/descent in account in the text layer
|
2014-01-16 13:12:04 -08:00 |
|
Yury Delendik
|
7e75a665d2
|
Checks if subpixel-aa enabled before scaling the fonts
|
2014-01-14 17:31:23 -06:00 |
|
Yury Delendik
|
1991efe4f0
|
Fixes type3 glyph compilation for bitpacked mask
|
2014-01-13 21:21:03 -06:00 |
|
Nicholas Nethercote
|
3f533a1cb0
|
Use a more compact typed array to pass the image mask from the worker to the main thread.
|
2014-01-13 20:09:05 -06:00 |
|
Yury Delendik
|
0131101275
|
Takes ascent/descent in account in the text layer
|
2014-01-08 13:50:52 -06:00 |
|
Yury Delendik
|
5bf3e44e30
|
Introduces LegacyPromise; polyfills DOM Promise
|
2014-01-03 18:17:05 -06:00 |
|
Brendan Dahl
|
2228343f77
|
Only trigger warning bar on certain unsupported features.
|
2014-01-03 09:34:13 -08:00 |
|
Yury Delendik
|
d72c94f4a3
|
Comment fix: shedule -> schedule
|
2013-11-14 15:45:02 -08:00 |
|
Brendan Dahl
|
3ac89aacd2
|
Remove slow commands check.
|
2013-11-13 13:41:25 -08:00 |
|
Brendan Dahl
|
f4942b11f8
|
Reduce the memory usage of the operator list.
|
2013-11-13 11:43:38 -08:00 |
|
Jonas Jenwald
|
4ae3802484
|
Fix undefined group bounding box
|
2013-11-04 18:16:33 +01:00 |
|
Brendan Dahl
|
29b89f1f1e
|
Intersect group bounding box with the current canvas dimensions.
|
2013-10-10 12:41:11 -07:00 |
|
Mitar
|
940c77f6c9
|
instanceof HTMLElement does not work in jsdom node.js module.
|
2013-09-10 19:50:06 -07:00 |
|
Yury Delendik
|
8a4a6f498f
|
Merge pull request #3553 from yurydelendik/reduce-scratch-canvases
Reduce max size for pattern and limit group canvases
|
2013-08-30 18:02:15 -07:00 |
|
Brendan Dahl
|
bb2529de03
|
Move the creation of canvas path fonts to the worker.
|
2013-08-19 16:33:20 -07:00 |
|
Yury Delendik
|
b8143b394c
|
Reduce max size for pattern and limit group canvases
|
2013-08-16 09:50:48 -05:00 |
|
Brendan Dahl
|
5ecce4996b
|
Split files into worker and main thread pieces.
|
2013-08-12 10:48:06 -07:00 |
|