html2canvas
html2canvas copied to clipboard
Add support for clip-path
It seems that clip-path is not currently supported. Is there any plan to implement it?
I found this 2 related issues (closed), in which more people expressed their interest in this function:
Is this feature ready?
+1
Thanks for an awesome library! Just wanted to add to the choras of people who'd love this feature. We're converting a highcharts chart to PDF, and the chart uses clip-path. There are some errors in how the graphs appear in the outputted PDF, and having this feature would solve them.
+1
+1
In my testing I've noticed clip-path works fine for SVGs, as long as the reference is internal (e.g. clip-path: url(#clipPathId) instead of clip-path: url(https://this.website.url.com#clipPathId)). Haven't tried to get CSS clip-path working but this could be a valid workaround.
I still cannot make it work even it's reference to internal
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
@niklasvh Please fix this issue soon