html2canvas
html2canvas copied to clipboard
-webkit-border-image not work
Hi,this css property not work,when surppot it plasea?
+1
+1
+1
+1
According to caniuse.com even the unprefixed border-image works on nearly all major browsers.
I wonder what needs to be done to support it. Given the fact that background-image work, it might only be little work necessary to add the same power to the border. Isn't it?
I'm welcome for any hint.
I hope it's as soon as possible to surpport border-image property, thank you!
Would be great if this would be supported in 2022
Any update? Cannot render border Image in following code:
"box-sizing": "border-box",
"border-width": "2vw",
"border-style": "solid",
"border-image-width": "4.5",
"padding": "0.5em",
"border-image": "url('/image/borders/11.png') 380 / 5 / 0 round",
"o-border-image": "url('/image/borders/11.png') 380 / 5 / 0 round",
Renders solid colors instead of border image