仅创建具有双侧半径的矩形元素

时间:2016-11-11 07:08:59

标签: html5 css3 svg rect

我不知道如何制作只有双侧半径的矩形元素,请查看展览:

enter image description here

<!DOCTYPE html>
<html>
<body>

<svg width="400" height="180">
  <rect x="50" y="20" rx="1"  ry="50" width="30" height="150" style="fill:red;stroke:black;stroke-width:5;opacity:0.5">
  Sorry, your browser does not support inline SVG.
</svg>

</body>
</html>

0 个答案:

没有答案