Прошивка
- 1 ответ
- 0 вопросов
1
Вклад в тег
<style>
svg {
width: 100px;
height: 200px;
}
polygon { fill: red }
</style>
<svg viewBox="0 0 2 2" preserveAspectRatio="none">
<polygon points="1 0, 2 1, 1 2, 0 1" />
</svg>