Skip to content

Commit

Permalink
[ru]: fix MacroLiveSampleError on docs/Web/SVG/Attribute/viewBox (mdn…
Browse files Browse the repository at this point in the history
  • Loading branch information
leon-win committed Nov 13, 2023
1 parent 486f0b0 commit bc8f82e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion files/ru/web/svg/attribute/viewbox/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ slug: Web/SVG/Attribute/viewBox

Значение атрибута `viewBox` — это набор четырёх чисел: `min-x`, `min-y`, `width` и `height`, — разделённых пробелами и/или запятой, которые задают прямоугольник в пользовательском пространстве, стороны которого определяют границы окна отображения элемента SVG (не [браузера](/ru/docs/%D0%A1%D0%BB%D0%BE%D0%B2%D0%B0%D1%80%D1%8C/Viewport)).

## Пример

```
html, body, svg {
height:100%
Expand Down Expand Up @@ -68,7 +70,7 @@ svg:not(:root) {
</svg>
```

{{EmbedLiveSample('topExample', '100%', 200)}}
{{EmbedLiveSample("Пример", '100%', 200)}}

На отображение с `viewBox` также влияет атрибут {{ SVGAttr("preserveAspectRatio") }}.

Expand Down

0 comments on commit bc8f82e

Please sign in to comment.