diff options
-rw-r--r-- | files/zh-cn/_redirects.txt | 1 | ||||
-rw-r--r-- | files/zh-cn/_wikihistory.json | 12 | ||||
-rw-r--r-- | files/zh-cn/web/api/svggeometryelement/gettotallength/index.html (renamed from files/zh-cn/web/api/svgpathelement/gettotallength/index.html) | 3 |
3 files changed, 9 insertions, 7 deletions
diff --git a/files/zh-cn/_redirects.txt b/files/zh-cn/_redirects.txt index 4dd016de6b..0b55f0b1d6 100644 --- a/files/zh-cn/_redirects.txt +++ b/files/zh-cn/_redirects.txt @@ -1730,6 +1730,7 @@ /zh-CN/docs/Web/API/RandomSource /zh-CN/docs/conflicting/Web/API/Crypto/getRandomValues /zh-CN/docs/Web/API/RandomSource/getRandomValues /zh-CN/docs/Web/API/Crypto/getRandomValues /zh-CN/docs/Web/API/Response/克隆 /zh-CN/docs/Web/API/Response/clone +/zh-CN/docs/Web/API/SVGPathElement/getTotalLength /zh-CN/docs/Web/API/SVGGeometryElement/getTotalLength /zh-CN/docs/Web/API/Screen.availHeight /zh-CN/docs/Web/API/Screen/availHeight /zh-CN/docs/Web/API/Screen.availLeft /zh-CN/docs/Web/API/Screen/availLeft /zh-CN/docs/Web/API/Screen.availTop /zh-CN/docs/Web/API/Screen/availTop diff --git a/files/zh-cn/_wikihistory.json b/files/zh-cn/_wikihistory.json index 5bc5b5ff3b..7d55c398e5 100644 --- a/files/zh-cn/_wikihistory.json +++ b/files/zh-cn/_wikihistory.json @@ -18192,12 +18192,6 @@ "fanxiaojie" ] }, - "Web/API/SVGPathElement/getTotalLength": { - "modified": "2020-10-15T22:32:52.448Z", - "contributors": [ - "tiny-gravel" - ] - }, "Web/API/SVGSVGElement": { "modified": "2020-10-15T22:20:08.511Z", "contributors": [ @@ -50798,5 +50792,11 @@ "bei6", "iainreid629" ] + }, + "Web/API/SVGGeometryElement/getTotalLength": { + "modified": "2020-10-15T22:32:52.448Z", + "contributors": [ + "tiny-gravel" + ] } }
\ No newline at end of file diff --git a/files/zh-cn/web/api/svgpathelement/gettotallength/index.html b/files/zh-cn/web/api/svggeometryelement/gettotallength/index.html index 1bebff440c..c287e3975a 100644 --- a/files/zh-cn/web/api/svgpathelement/gettotallength/index.html +++ b/files/zh-cn/web/api/svggeometryelement/gettotallength/index.html @@ -1,7 +1,8 @@ --- title: SVGPathElement.getTotalLength() -slug: Web/API/SVGPathElement/getTotalLength +slug: Web/API/SVGGeometryElement/getTotalLength translation_of: Web/API/SVGPathElement/getTotalLength +original_slug: Web/API/SVGPathElement/getTotalLength --- <div>{{APIRef("SVG")}}</div> |