Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
475 views
in Technique[技术] by (71.8m points)

svg - What exactly does the enable-background attribute do?

What exactly does the enable-background attribute do?

I read the specification but still I don't understand it.

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

It's supposed to make the background image available to child elements of the element it's specified on for things like filter effects that blend content with the background. There may be other uses, but that's the one I know.

If you don't have it set, then technically the element can't use backgrounds created by ancestors.

The only major browser that supported it (ever) was IE10/11, so it doesn't get used very much. (It's also there as boilerplate in every Illustrator SVG export - for no good reason.)

(It's also been deprecated by all the major browsers since 2014)


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...