brenden / node-webshot

Easy website screenshots in Node.js
2.12k stars 286 forks source link

Account for zoomFactor when clipping to selector #131

Closed timhudson closed 8 years ago

timhudson commented 8 years ago

clipRect values need to be multiplied by zoomFactor when using the captureSelector option, otherwise the image is cropped using the un-zoomed dimensions.

brenden commented 8 years ago

Thanks for fixing this!