Skip to content

Commit

Permalink
Small edit for consistency and removed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Kurt Bruns committed Jul 18, 2023
1 parent 7747c85 commit aaf11b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ The SVG specification has a lot of elements, and while not all are covered in th

### Clip Path Element

Clip paths can be applied to elements to show only the part of the graphic contained within the shape of the clip path. The clipping is applied to an element and its children by setting the clip-path attribute to point to a clip-path element in the DOM tree. For example, the clip path defined by the child path element creates a **masking****** effect when applied to an image.
Clip paths can be applied to elements to show only the part of the graphic contained within the shape of the clip path. The clipping is applied to an element and its children by setting the clip path attribute to point to a clip path element in the DOM tree. For example, the clip path defined by the child path element creates a **masking** effect when applied to an image.

{{<highlight svg>}}
<clipPath id="my-clip-path">
Expand Down

0 comments on commit aaf11b5

Please sign in to comment.