【发布时间】:2016-05-28 01:43:09
【问题描述】:
我尝试制作一个简洁的短代码 SVG 图形...但我每次都会遇到丑陋的边框...
代码:
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" x="0" y="0" viewBox="0 0 370 192" xml:space="preserve">
<polygon class="shape1" points="0 158 0 0 160 0 258 90 "/>
<polygon class="shape2" points="370 192 370 0 160 0 "/>
</svg>
我现在尝试在 Adome Illustrator 中手动编辑协调...但没有机会... =/也许有人有想法?
在这里你可以看到我在 SVG 周围有边框:http://i.imgur.com/sJpvDL2.png
【问题讨论】:
标签: svg vector graphics adobe-illustrator