aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/svg/attribute/stroke-dasharray/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/svg/attribute/stroke-dasharray/index.html')
-rw-r--r--files/ja/web/svg/attribute/stroke-dasharray/index.html2
1 files changed, 1 insertions, 1 deletions
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
<dl>
<dt><var>&lt;dasharray&gt;</var></dt>
<dd>
- <p>A list of comma and/or white space separated <a href="/en/SVG/Content_type#Length" title="en/SVG/Content_type#Length"><var>&lt;length&gt;</var></a>s and <a href="/en/SVG/Content_type#Percentage" title="en/SVG/Content_type#Percentage"><var>&lt;percentage&gt;</var></a>s that specify the lengths of alternating dashes and gaps.</p>
+ <p>A list of comma and/or white space separated <a href="/ja/SVG/Content_type#Length" title="en/SVG/Content_type#Length"><var>&lt;length&gt;</var></a>s and <a href="/ja/SVG/Content_type#Percentage" title="en/SVG/Content_type#Percentage"><var>&lt;percentage&gt;</var></a>s that specify the lengths of alternating dashes and gaps.</p>
<p>If an odd number of values is provided, then the list of values is repeated to yield an even number of values. Thus, <code>5,3,2</code> is equivalent to <code>5,3,2,5,3,2</code>.</p>
</dd>