html2canvas icon indicating copy to clipboard operation
html2canvas copied to clipboard

-webkit-border-image not work

Open Ryuurock opened this issue 7 years ago • 8 comments

Hi,this css property not work,when surppot it plasea?

Ryuurock avatar Nov 30 '17 06:11 Ryuurock

+1

inventioweb avatar Apr 18 '18 16:04 inventioweb

+1

SNY7 avatar Jun 29 '18 05:06 SNY7

+1

Olmer1st avatar Aug 10 '18 22:08 Olmer1st

+1

ilero avatar Nov 26 '18 05:11 ilero

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.

CWBudde avatar Apr 12 '19 19:04 CWBudde

I hope it's as soon as possible to surpport border-image property, thank you!

haojay5 avatar May 22 '20 16:05 haojay5

Would be great if this would be supported in 2022

kdta91 avatar Aug 03 '22 03:08 kdta91

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

krishnaguragain avatar Jan 10 '24 15:01 krishnaguragain