我是拉斐尔的新手。我在 div 中写了 svg 标签。请参阅此示例http://jsfiddle.net/dhana36/bvs6P/1/
使用 CTRL+ 和 CTRL- 你会发现不同之处。
HTML:
<div class="outer">
<svg height="640" version="1.1" width="100%" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100% 640" preserveAspectRatio="xMinYMin" style="overflow: hidden; position: relative; left: -0.625px;" class="stretchBar">
<desc style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0);">
Created with Raphaël 2.1.0
</desc><defs style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0);"></defs>
<path fill="none" stroke="#000000" d="M228,109L228,110Z" stroke-width="200px" style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0);"></path>
</svg>
</div>
CSS:
.outer{
width:30%;
height:30%;
}
如何实现 svg 响应式内容?