236 Commits (b470ce81aabe2a78d7cdd53143de2bee46b966a7)

Author SHA1 Message Date
wsw faae57a90c
Add support for evenodd fill rule 9 years ago
Linus Unnebäck ba7422a1ed
Fix leak of data when streaming JPEG 9 years ago
Linus Unnebäck 21dd24cc59 Fix segfault in putImageData 9 years ago
Zach Bjornson 6edfe44d53 Clamp JPEG buffer size. Fixes #674 9 years ago
Linus Unnebäck a94a427da0 require new in constructor 9 years ago
Raul Ochoa c651227202 Allow to unbind onload/onerror callback handlers 10 years ago
Raul Ochoa b7d3c4c344 More clear incrementing for callback counters 9 years ago
Raul Ochoa e7621672f9 Better naming for callback invocation counter 9 years ago
Raul Ochoa 15977bfe04 Rename existing variable for better context 9 years ago
Zach Bjornson e54183d8d4 Make toDataURL more spec-compliant: 9 years ago
Zach Bjornson 9083839667 Fix server tests in cases when jpeg isn't available 9 years ago
Zach Bjornson d306aa3665 Add data URI jpeg support (fixes #31) 9 years ago
Hussein Jafferjee 36f3d268ae fix incorrect Y offset for shadows, and also fix scaled shadows 9 years ago
Michaël Zasso 2884267de4 make ImageData constructor more spec-compliant 9 years ago
Hussein Jafferjee abee0947e5 add helper function to execute test and only fire callback once 9 years ago
Linus Unnebäck 145ae05f6a tests: use standard mocha ui 9 years ago
Zach Bjornson 9ad6c41f2b jpegStream: bugfix, tests, simplification with LinusU. Fix #629 9 years ago
Zach Bjornson d4d3b9c724 Update to NAN 2 and node 3+ APIs 9 years ago
Linus Unnebäck 858d79bb4c test: fix up some small issues 10 years ago
Raul Ochoa d37f9c31c1 Don't unbind onload/onerror callbacks after invoking them 10 years ago
Zach Bjornson 677587bd15 Remove stray logging. 10 years ago
Zach Bjornson c3123efe55 Update test infrasturcture. 10 years ago
kibao 6edec3b6e4 Fix segmentation fault in Image::loadFromBuffer when buffer is empty 10 years ago
Joe Freeman 08d4cbf4b8 Make the failing 'drawImage' test more obvious. 10 years ago
Andy Wood 6e829af121 Add another shadow/transform test. 10 years ago
Andy Wood 9187d4535a Test showing issue #133, that images don't have shadows. 10 years ago
Andy Wood cbf3da4900 Add PDF button to test page to easily generate PDF version of the test image. 10 years ago
Andy Wood acba6ae15f New test illustrating that canvas implementation doesn't translate the shadowOffset. 10 years ago
motiz88 020c18c123 Added visual tests for hsl() and hsla() color parsing. 10 years ago
motiz88 3cc596f34c hsl/hsla color parsing + rebeccapurple 10 years ago
Thaddee Tyl 79f1d42fb5 Offer SVG output. 11 years ago
Enno Boland bee3774333 export canvas.CanvasPixelArray instead of canvas.PixelArray which is undefined 11 years ago
David Caldwell 31dd7d6d21 Add support for the lineDash API. 11 years ago
William Riancho 1256ce44d7 fix segfault when onload and onerror are not function 11 years ago
TJ Holowaychuk bee4f655e6 comment out font parsing tests for now 12 years ago
TJ Holowaychuk 96461fc636 fix test server 12 years ago
TJ Holowaychuk 930d5be4d0 fix test server 12 years ago
Brian White 96025d0adf Remove duplicate require() 13 years ago
TJ Holowaychuk 03d1cacf9c Added `Canvas#type` getter 13 years ago
Robert Sköld 46bda423f8 Added a test (and fix) for a regression with gradients 13 years ago
Robert Sköld 9927a3f01c Added a test for ctx.createPattern(Image) 13 years ago
Robert Sköld a1840301c3 Update ctx#createPattern() test to loop through all pixels. 13 years ago
Robert Sköld 559bd9d572 Started on ctx.createPattern() support. 13 years ago
Tj Holowaychuk 8af3486cf6 removed sys require 13 years ago
Tj Holowaychuk 078a8572d3 expresso -> mocha 13 years ago
Tj Holowaychuk 46d57fb1e2 fixed tests 13 years ago
TJ Holowaychuk b8349077cc Fixed `make test-server` 13 years ago
Tj Holowaychuk f65f60aec1 Fixed measureText().width. Closes #126 13 years ago
Tj Holowaychuk b31343b7f5 more tests 13 years ago
Tj Holowaychuk 85fd07913b Added failing measureText() test 13 years ago