SVG Rect Ignores Height?

前端 未结 3 777
执念已碎
执念已碎 2021-01-12 06:31

Here is a working demo of a rectangle. I\'d like to move the height property to css and well, it doesn\'t work and gives me a blank. It happens in firefox and chrome.

<
3条回答
  •  独厮守ぢ
    2021-01-12 06:35

    The width of a element isn't a CSS property in SVG, it's only usable as an attribute. It's for example like the size of a

    提交评论

提交回复
热议问题