Skip to content

Commit 3244bec

Browse files
Update draft features (#2780)
Co-authored-by: captainbrosset <[email protected]> Co-authored-by: Patrick Brosset <[email protected]>
1 parent 573aad0 commit 3244bec

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed

features/draft/spec/svg-paths.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
draft_date: 2025-03-17
2+
name: SVG Paths
3+
description: TODO
4+
spec: https://svgwg.org/specs/paths/
5+
compat_features:
6+
- api.SVGPathElement.getPathData
7+
- api.SVGPathElement.getPathSegmentAtLength
8+
- api.SVGPathElement.getPointAtLength
9+
- api.SVGPathElement.getTotalLength
10+
- api.SVGPathElement.pathLength
11+
- api.SVGPathElement.setPathData
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Generated from: svg-paths.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+
# baseline: high
9+
# baseline_low_date: ≤2020-07-28
10+
# baseline_high_date: ≤2023-01-28
11+
# support:
12+
# chrome: ≤80
13+
# chrome_android: ≤80
14+
# edge: ≤80
15+
# firefox: ≤72
16+
# firefox_android: ≤79
17+
# safari: ≤13.1
18+
# safari_ios: ≤13.4
19+
- api.SVGPathElement.getPointAtLength
20+
- api.SVGPathElement.getTotalLength
21+
- api.SVGPathElement.pathLength
22+
23+
# ⬇️ Same status as overall feature ⬇️
24+
# baseline: false
25+
# support: {}
26+
- api.SVGPathElement.getPathData
27+
- api.SVGPathElement.getPathSegmentAtLength
28+
- api.SVGPathElement.setPathData

0 commit comments

Comments
 (0)