Skip to content

Commit 2470363

Browse files
authored
Add path() shape (#1799)
1 parent 6443df5 commit 2470363

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

features/path-shape.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: path()
2+
description: The `path()` CSS shape function creates a shape for `clip-path`, `shape-outside`, and the SVG attribute `d`.
3+
spec: https://drafts.csswg.org/css-shapes-1/#supported-basic-shapes
4+
# group: clipping-shapes-masking
5+
compat_features:
6+
- css.types.basic-shape.path
7+
- css.types.basic-shape.path.clip-path
8+
- css.types.basic-shape.path.d
9+
- css.types.basic-shape.path.shape-outside
10+
- css.types.basic-shape.path.offset-path

features/path-shape.yml.dist

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Generated from: path-shape.yml
2+
# Do not edit this file by hand. Edit the source file instead!
3+
4+
status:
5+
baseline: false
6+
support: {}
7+
compat_features:
8+
- css.types.basic-shape.path
9+
- css.types.basic-shape.path.clip-path
10+
- css.types.basic-shape.path.d
11+
- css.types.basic-shape.path.offset-path
12+
- css.types.basic-shape.path.shape-outside

0 commit comments

Comments
 (0)