Re-enable test for 1200 DPI SVG rasterisation to PNG

This commit is contained in:
Lovell Fuller 2017-11-27 19:31:31 +00:00
parent 11d1f39e3d
commit 929ea10f76
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 716 B

After

Width:  |  Height:  |  Size: 616 B

View File

@ -831,7 +831,7 @@ describe('Input/output', function () {
}); });
}); });
it.skip('Convert SVG to PNG at 1200DPI', function (done) { it('Convert SVG to PNG at 1200DPI', function (done) {
sharp(fixtures.inputSvg, { density: 1200 }) sharp(fixtures.inputSvg, { density: 1200 })
.resize(1024) .resize(1024)
.extract({left: 290, top: 760, width: 40, height: 40}) .extract({left: 290, top: 760, width: 40, height: 40})