port drawPage function

This commit is contained in:
Bala Clark 2015-07-18 16:58:53 +02:00
parent a1766f5e54
commit 155edf4935
7 changed files with 231 additions and 113 deletions

View file

@ -20,7 +20,6 @@ describe('Canvas', function () {
it('should draw a single page', (done) => {
let canvas = new Canvas()
// TODO update fixture once centering is working again
testImage.portrait1((testImage) => {
fixtureImage.singlePortrait((fixtureImage) => {
canvas.drawImage(testImage)