File talk:Flag of the Basque Country.svg

维基共享资源,媒体文件资料库
跳转到导航 跳转到搜索

When you use the original SVG in other AVG files you see the corners of the diagonal lines. To fix that use te following code:

<svg xmlns="http://www.w3.org/2000/svg" width="1000" height="560">

 <path d="M 0,560 1000,560 1000,0 0,0 0,560 z" style="fill:#dc241f" />
 <path d="m 0,0 89,0 911,511 0,49 -89,0 L 0,49 z" style="fill:#009543" />
 <path d="M 1000,0 911,0 0,511 l 0,49 89,0 911,-511 z" style="fill:#009543" />
 <path d="m 457,0 0,237 -457,0 0,86 457,0 0,237 86,0 0,-237 457,0 0,-86 -457,0 0,-237 -86,0 z" style="fill:#fff" />

</svg>