Re: [csswg-drafts] [css-images-4] possible element() use cases for spec (#6998)

I believe it's Firefox implementation issue because the same SVG code works perfectly fine as `url("data:image/svg+xml,%3Csvg width='16' height='16' viewbox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke-width='2' fill='none' stroke='%23747474'%3E%3Cpath d='M3,3h10v10h-10z'/%3E%3Cg stroke-dasharray='8, 2' stroke-dashoffset='-1'%3E%3Cpath d='M3,3h10v10h-10z' stroke-width='6'/%3E%3Cpath d='M3,3h10v10h-10z' stroke='%23fcfcfc'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")` in otherwise the same `border-image` declaration. It seems that the SVG doesn't scale in this case for some reason, regardless whether the SVG element is placed inside or outside the element is used as the source of `element()` for.

-- 
GitHub Notification of comment by SelenIT
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6998#issuecomment-1025165835 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Sunday, 30 January 2022 15:21:43 UTC