SwViewCapture icon indicating copy to clipboard operation
SwViewCapture copied to clipboard

Capture webview with horizontal and vertical overflow

Open fontiana opened this issue 8 years ago • 3 comments

Is it possible to capture webview with horizontal overflow?

fontiana avatar Dec 28 '16 20:12 fontiana

SwViewCapture isn't support the feature now. It's hard to implement the feature because horizontal overflow usually implemented by css. Do you have any idea?

startry avatar Jan 04 '17 05:01 startry

Yes, I managed to do that by temporary removing the css class during the swViewCapture execution and changing the algorithm to scan the columns per line. As soon as I have enough time I'm going to PR the solution

fontiana avatar Jan 05 '17 21:01 fontiana

Awesome, SwViewCapture looking forward to your PR. @fontiana

startry avatar Jan 06 '17 09:01 startry