Skip to content

Commit

Permalink
Update files/en-us/web/svg/element/svg/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
OnkarRuikar and github-actions[bot] authored Oct 11, 2023
1 parent 028d53e commit 412f7a4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion files/en-us/web/svg/element/svg/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,9 @@ svg {

```html
<div class="resizer">
<iframe class="resized" srcdoc="
<iframe
class="resized"
srcdoc="
<h1>Using dynamic viewport lengths</h1>
<p>This example the <code>height</code> and <code>width</code> attributes, on the <code>svg</code> element, are set using the dynamic viewport values <code>vmin</code>. Try resizing the results frame to see the svg respond dynamically.</p>
Expand Down

0 comments on commit 412f7a4

Please sign in to comment.