Skip to content

Commit

Permalink
Resolve mod-linter
Browse files Browse the repository at this point in the history
  • Loading branch information
YujiSoftware committed Jan 13, 2024
1 parent b56c913 commit 38b5fc6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
8 changes: 4 additions & 4 deletions files/ja/web/svg/attribute/d/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ SVG では、6 つのタイプのパスコマンドを定義しており、全

### MoveTo パスコマンド

_MoveTo_ での指定は、筆記用具を持ち上げ他の位置で下ろす動作と考えられます―言い換えると、_現在位置_ (_P<sub>o</sub>_; {_x<sub>o</sub>_, _y<sub>o</sub>_}) の移動です。_P<sub>o</sub>_ と新しい _現在位置_ (_P<sub>n</sub>_; {_x<sub>n</sub>_, _y<sub>n</sub>_}) との間には線は描かれません。
_MoveTo_ での指定は、筆記用具を持ち上げ他の位置で下ろす動作と考えられます―言い換えると、_現在位置_ (_P<sub>o</sub>_; {_x<sub>o</sub>_, _y<sub>o</sub>_}) の移動です。_P<sub>o</sub>_ と新しい _現在位置_ (_P<sub>n</sub>_; {_x<sub>n</sub>_, _y<sub>n</sub>_}) との間には線は描かれません。

<table class="no-markdown">
<tbody>
Expand All @@ -195,7 +195,7 @@ _MoveTo_ での指定は、筆記用具を持ち上げ他の位置で下ろす
</td>
<td>
<p>
<em>現在位置</em> を座標
<em>現在位置</em> を座標
<code><var>x</var></code
>,<code><var>y</var></code
> へ移動します。後続する任意個の座標の組は暗黙的に絶対座標での LineTo(<code>L</code>)コマンドと解釈されます(<em
Expand Down Expand Up @@ -267,7 +267,7 @@ svg {

### LineTo パスコマンド

_LineTo_ は、_現在位置_ (_P<sub>o</sub>_; {_x<sub>o</sub>_, _y<sub>o</sub>_}) から _終端位置_ (_P<sub>n</sub>_; {_x<sub>n</sub>_, _y<sub>n</sub>_}) への直線を指定されたパラメータに基づいて描きます。_終端位置_ (_P<sub>n</sub>_) は、次のコマンドでの _現在位置_ (_P<sub>o</sub>′_) となります。
_LineTo_ は、_現在位置_ (_P<sub>o</sub>_; {_x<sub>o</sub>_, _y<sub>o</sub>_}) から _終端位置_ (_P<sub>n</sub>_; {_x<sub>n</sub>_, _y<sub>n</sub>_}) への直線を指定されたパラメータに基づいて描きます。_終端位置_ (_P<sub>n</sub>_) は、次のコマンドでの _現在位置_ (_P<sub>o</sub>′_) となります。

<table class="no-markdown">
<tbody>
Expand Down Expand Up @@ -626,7 +626,7 @@ _2 次[ベジエ曲線](https://ja.wikipedia.org/wiki/%E3%83%99%E3%82%B8%E3%82%A
- : _P<sub>c</sub>_ = {_x<sub>c</sub>_, _y<sub>c</sub>_}
(曲率を制御します)

描画後に、_終端位置_ (_P<sub>n</sub>_) は、次のコマンドに対する_現在位置_ (_P<sub>o</sub>′_)となります。
描画後に、_終端位置_ (_P<sub>n</sub>_) は、次のコマンドに対する _現在位置_ (_P<sub>o</sub>′_)となります。

<table class="no-markdown">
<tbody>
Expand Down
8 changes: 4 additions & 4 deletions files/ja/web/svg/attribute/fill/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ svg {
## rect

{{SVGElement('rect')}} は、`fill` は四角形の色を定義するプレゼンテーション属性です。
{{SVGElement('rect')}} は、`fill` は四角形の色を定義するプレゼンテーション属性です。

<table class="properties">
<tbody>
Expand Down Expand Up @@ -362,7 +362,7 @@ svg {
## textPath

{{SVGElement('textPath')}} は、`fill` はテキストの色を定義するプレゼンテーション属性です。
{{SVGElement('textPath')}} は、`fill` はテキストの色を定義するプレゼンテーション属性です。

<table class="properties">
<tbody>
Expand Down Expand Up @@ -391,7 +391,7 @@ svg {

> **警告:** As of SVG2 {{SVGElement('tref')}} is deprecated and shouldn't be used.
{{SVGElement('tref')}} は、`fill` はテキストの色を定義するプレゼンテーション属性です。
{{SVGElement('tref')}} は、`fill` はテキストの色を定義するプレゼンテーション属性です。

<table class="properties">
<tbody>
Expand All @@ -418,7 +418,7 @@ svg {
## tspan

{{SVGElement('tspan')}} は、`fill` はテキストの色を定義するプレゼンテーション属性です。
{{SVGElement('tspan')}} は、`fill` はテキストの色を定義するプレゼンテーション属性です。

<table class="properties">
<tbody>
Expand Down
9 changes: 5 additions & 4 deletions files/ja/web/svg/attribute/r/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ l10n:
**`r`** 属性は円の半径を定義します。

この属性は次の SVG 要素で使用できます。

- {{SVGElement("circle")}}
- {{SVGElement("radialGradient")}}

Expand Down Expand Up @@ -60,13 +61,13 @@ svg {
<th scope="row">値</th>
<td>
<strong
><a href="/en-US/docs/Web/SVG/Content_type#length"
><a href="/ja/docs/Web/SVG/Content_type#length"
>&#x3C;length></a
></strong
>
|
<strong
><a href="/en-US/docs/Web/SVG/Content_type#percentage"
><a href="/ja/docs/Web/SVG/Content_type#percentage"
>&#x3C;percentage></a
></strong
>
Expand Down Expand Up @@ -97,13 +98,13 @@ svg {
<th scope="row">値</th>
<td>
<strong
><a href="/en-US/docs/Web/SVG/Content_type#length"
><a href="/ja/docs/Web/SVG/Content_type#length"
>&#x3C;length></a
></strong
>
|
<strong
><a href="/en-US/docs/Web/SVG/Content_type#percentage"
><a href="/ja/docs/Web/SVG/Content_type#percentage"
>&#x3C;percentage></a
></strong
>
Expand Down

0 comments on commit 38b5fc6

Please sign in to comment.