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
hsl() and hsla() color values are now supported, with corresponding unit tests.
Also added rebeccapurple (from CSS Color Level 4) to the named color list.
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.
Described here:
http://www.w3.org/TR/2dcontext/#dom-context-2d-setlinedash
The test images match on Chrome, but not on Firefox. It looks like
Firefox resets the lineDash to [] when given invalid parameters. My
reading of the spec agrees with Chrome.
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
Tj Holowaychuk
b1f9d112fe
fixed remaining tests
14 years ago
Tj Holowaychuk
d8c87a03e5
upgraded expresso
14 years ago
Tj Holowaychuk
bc44af699f
added devDependencies
14 years ago
Tj Holowaychuk
a5a9d76b8e
added source-atop test
14 years ago
atomizer
c941f94a10
wait. that passes, dammit
Signed-off-by: Tj Holowaychuk <tj@vision-media.ca>
14 years ago
atomizer
a9c6d318fd
some clamping tests
Signed-off-by: Tj Holowaychuk <tj@vision-media.ca>
14 years ago
atomizer
5ec0f947ca
simple visual test
Signed-off-by: Tj Holowaychuk <tj@vision-media.ca>
14 years ago
atomizer
cd3e9027d9
visual test
Signed-off-by: Tj Holowaychuk <tj@vision-media.ca>
14 years ago
Tj Holowaychuk
3a5c0d8ada
Image test refactoring
14 years ago
Tj Holowaychuk
af727ea8b6
fixed a test
14 years ago
Tj Holowaychuk
31fb69e396
add .onerror to all tests
14 years ago
Tj Holowaychuk
ba80473d34
output versions in `make test`
14 years ago
Tj Holowaychuk
9da568aa6e
Updated jade submodule
14 years ago
Tj Holowaychuk
dc58525c37
Updated express submodule
14 years ago
Tj Holowaychuk
cdc7aca71a
Fixed font tests
14 years ago
Tj Holowaychuk
c10bbcb872
Fixed font size growing issue after successive calls. Closes #70
14 years ago
Tj Holowaychuk
239013c7d1
Added patternQuality unit test
14 years ago
Tj Holowaychuk
d9c9ef9ba1
Added another putImageData() test
14 years ago
Tj Holowaychuk
b139930100
fixed a test
14 years ago
Tj Holowaychuk
d3ca4695a0
Added two putImageData() tests that fail
14 years ago
Tj Holowaychuk
5f027d70ce
Added fillRect() test
14 years ago
Tj Holowaychuk
e707a91c38
more color parser tests
14 years ago