Skip to content

Commit 17ce398

Browse files
committed
Fix invalid SVG syntax
1 parent ca5cf10 commit 17ce398

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • files/en-us/web/svg/reference/attribute/preserveaspectratio

files/en-us/web/svg/reference/attribute/preserveaspectratio/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -400,14 +400,13 @@ body {
400400
}
401401
```
402402

403-
```html
403+
```html-nolint
404404
<svg viewBox="-1 -1 202 80" xmlns="http://www.w3.org/2000/svg">
405405
<defs>
406406
<path
407407
id="smiley"
408408
d="M50,10 A40,40,1,1,1,50,90 A40,40,1,1,1,50,10 M30,40 Q36,35,42,40 M58,40 Q64,35,70,40 M30,60 Q50,75,70,60 Q50,75,30,60" />
409409
</defs>
410-
</svg>
411410
```
412411

413412
```html

0 commit comments

Comments
 (0)