# extendify/0.10.1/utility-framework/classes/clip-path.css

Extendify, version 0.10.1. 12 lines.

- Page: https://pluginprobe.com/plugins/extendify/0.10.1/code/utility-framework/classes/clip-path.css
- Raw: https://pluginprobe.com/plugins/extendify/0.10.1/raw/utility-framework/classes/clip-path.css
- Modified: 2022-01-06T18:08:32+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/extendify/0.10.1/code/utility-framework/classes/clip-path.css#L10-L20`.

```css
.clip-path--rhombus img {
    clip-path: polygon(15% 6%, 80% 29%, 84% 93%, 23% 69%);
}

.clip-path--diamond img {
    clip-path: polygon(5% 29%, 60% 2%, 91% 64%, 36% 89%);
}

.clip-path--rhombus-alt img {
    clip-path: polygon(14% 9%, 85% 24%, 91% 89%, 19% 76%);
}

```
