是否可以在CSS中指定viewBox?

时间:2018-07-25 23:05:53

标签: svg

是否可以在SVG标签上指定viewBox属性?

我尝试了view-box,viewbox和viewBox,但都没有应用。

#myRectangle {
  viewbox:0 0 1000 1000;
  width:100;
  height:100;
}
<svg id="myRectangle" 
     xmlns="http://www.w3.org/2000/svg" version="1.1">

  <rect x="10" y="10" width="100" height="100"
        fill="red" stroke="navy" stroke-dasharray="2" stroke-width="4"  />
</svg>

1 个答案:

答案 0 :(得分:2)

目前不在。建议用于SVG2。此处更多信息:https://github.com/w3c/fxtf-drafts/issues/7