|
|
@ -34,10 +34,10 @@ URL: https://github.com/Huddle/Resemble.js |
|
|
|
return true; |
|
|
|
return true; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
return x > (boundingBox.x1 || 0) && |
|
|
|
return x > (boundingBox.left || 0) && |
|
|
|
x < (boundingBox.x2 || width) && |
|
|
|
x < (boundingBox.right || width) && |
|
|
|
y > (boundingBox.y1 || 0) && |
|
|
|
y > (boundingBox.top || 0) && |
|
|
|
y < (boundingBox.y2 || height); |
|
|
|
y < (boundingBox.bottom || height); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
var errorPixelTransform = { |
|
|
|
var errorPixelTransform = { |
|
|
|