i have 8 images, separate in layers (div's) for add effects, zoom, focus, panning, etc. and than take a screenshot with canvas.
The problem is when i use 3d acceleration for zoom the 8 images in chrome i have this issue.
SO: Windows 8.1
Chrome Ver :36.0.1985.49 beta-m / Ver 35 same problem
Código:
$('.ImageManipulation img').css({
"transform": "scale3d("+ (1 + ZoomValue) +", "+ (1 + ZoomValue) +", 1)",
"-webkit-transform": "scale3d("+ (1 + ZoomValue) +", "+ (1 + ZoomValue) +", 1)",
"-moz-transform": "scale3d("+ (1 + ZoomValue) +", "+ (1 + ZoomValue) +", 1)"
}
);
Link:
http://image.gxzone.com/images/4/5/455c81b0513.jpg
Any recommendation?
Sorry for my english.-