Closed
Bug 1275223
Opened 9 years ago
Closed 5 years ago
Document SVG 1.1 Paths APIs
Categories
(Developer Documentation Graveyard :: API: SVG, enhancement, P5)
Developer Documentation Graveyard
API: SVG
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: sebo, Unassigned)
References
()
Details
The missing SVG 1.1 Paths APIs need to be documented. Those are:
SVGPathSeg
SVGPathSegClosePath
SVGPathSegMovetoAbs
SVGPathSegMovetoRel
SVGPathSegLinetoAbs
SVGPathSegLinetoRel
SVGPathSegCurvetoCubicAbs
SVGPathSegCurvetoCubicRel
SVGPathSegCurvetoQuadraticAbs
SVGPathSegCurvetoQuadraticRel
SVGPathSegArcAbs
SVGPathSegArcRel
SVGPathSegLinetoHorizontalAbs
SVGPathSegLinetoHorizontalRel
SVGPathSegLinetoVerticalAbs
SVGPathSegLinetoVerticalRel
SVGPathSegCurvetoCubicSmoothAbs
SVGPathSegCurvetoCubicSmoothRel
SVGPathSegCurvetoQuadraticSmoothAbs
SVGPathSegCurvetoQuadraticSmoothRel
SVGPathSegList
SVGAnimatedPathData
SVGPathElement (already exists, but needs an update)
Those APIs need to be created under /en-US/docs/Web/API/.
A complete list of related APIs is here:
https://www.w3.org/TR/SVG11/paths.html
Note: SVG 2 removed all SVGPathSeg* and SVGAnimatedPathData interfaces, so they should be marked as deprecated. See https://svgwg.org/svg2-draft/changes.html#paths.
Sebastian
Updated•7 years ago
|
Priority: -- → P5
Comment 1•5 years ago
|
||
MDN Web Docs' bug reporting has now moved to GitHub. From now on, please file content bugs at https://github.com/mdn/sprints/issues/ and platform bugs at https://github.com/mdn/kuma/issues/.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•