File tree Expand file tree Collapse file tree 2 files changed +39
-0
lines changed Expand file tree Collapse file tree 2 files changed +39
-0
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments