From a802ba37d66fb077a0fe4b9574839cb886135acf Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Tue, 14 Sep 2021 23:04:19 +0900 Subject: Web/m-w以下の文書内のリンクURLを正規化 (#2370) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - /en-US へのリンクを /ja へのリンクに修正 - /ja が付いていないものに /ja を付加 - MDN内のリンクが完全URLの場合、 /ja/docs からのURLに修正 --- files/ja/web/svg/attribute/stroke-dasharray/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/ja/web/svg/attribute/stroke-dasharray') diff --git a/files/ja/web/svg/attribute/stroke-dasharray/index.html b/files/ja/web/svg/attribute/stroke-dasharray/index.html index e83a7e18f9..8824b97018 100644 --- a/files/ja/web/svg/attribute/stroke-dasharray/index.html +++ b/files/ja/web/svg/attribute/stroke-dasharray/index.html @@ -80,7 +80,7 @@ translation_of: Web/SVG/Attribute/stroke-dasharray
<dasharray>
-

A list of comma and/or white space separated <length>s and <percentage>s that specify the lengths of alternating dashes and gaps.

+

A list of comma and/or white space separated <length>s and <percentage>s that specify the lengths of alternating dashes and gaps.

If an odd number of values is provided, then the list of values is repeated to yield an even number of values. Thus, 5,3,2 is equivalent to 5,3,2,5,3,2.

-- cgit v1.2.3-54-g00ecf