Skip to content

Commit 85055c8

Browse files
Apply linter suggestion
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 45e3345 commit 85055c8

File tree

1 file changed

+5
-1
lines changed
  • files/en-us/web/svg/attribute/scale

1 file changed

+5
-1
lines changed

files/en-us/web/svg/attribute/scale/index.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,11 @@ svg {
4343
</filter>
4444

4545
<circle cx="100" cy="100" r="80" style="filter: url(#displacementFilter);" />
46-
<circle cx="100" cy="100" r="80" style="filter: url(#displacementFilter2);
46+
<circle
47+
cx="100"
48+
cy="100"
49+
r="80"
50+
style="filter: url(#displacementFilter2);
4751
transform: translateX(240px);" />
4852
</svg>
4953
```

0 commit comments

Comments
 (0)