SVG矩形间距

时间:2015-03-12 08:23:31

标签: html css svg

我有一堆SVG rects并排。不知怎的,它们之间有一个小的边缘(细黑线),这是为什么?我该如何删除它?见附图:

Rect code SVG rects

代码:

<svg width="100%" height="100%"><rect height="100%" width="25%" x="0%" fill="rgb(0,0,255)"></rect><rect height="100%" width="25%" x="25%" fill="rgb(0,0,220)"></rect><rect height="100%" width="25%" x="50%" fill="rgb(0,0,200)"></rect><rect height="100%" width="25%" x="75%" fill="rgb(0,0,150)"></rect></svg>

0 个答案:

没有答案