forked from 0x2620/oxjs
remove print statements
This commit is contained in:
parent
e3f900030c
commit
fbeb434e27
11 changed files with 0 additions and 24 deletions
|
|
@ -68,7 +68,6 @@ Ox.load.Image = function(options, callback) {
|
|||
that.context.fillStyle = (
|
||||
self.background.length == 3 ? 'rgb' : 'rgba'
|
||||
) + '(' + self.background.join(', ') + ')';
|
||||
Ox.print('----------------------------------', self.width, self.height, that.context.fillStyle)
|
||||
that.context.fillRect(0, 0, self.width, self.height);
|
||||
}
|
||||
self.imageData = that.context.getImageData(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue