Skip to content
This repository was archived by the owner on Oct 17, 2025. It is now read-only.

Commit c9a8765

Browse files
authored
fix(css): clip-path should use proper coords (#2904)
See https://bugzilla.mozilla.org/show_bug.cgi?id=1949982#c7
1 parent b7b8197 commit c9a8765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

live-examples/css-examples/masking/clip-path.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</div>
2929

3030
<div class="example-choice">
31-
<pre><code class="language-css">clip-path: rect(5px 5px 160px 145px round 20%);</code></pre>
31+
<pre><code class="language-css">clip-path: rect(5px 145px 160px 5px round 20%);</code></pre>
3232
<button type="button" class="copy hidden" aria-hidden="true">
3333
<span class="visually-hidden">Copy to Clipboard</span>
3434
</button>

0 commit comments

Comments
 (0)