Skip to content

Commit f3a4f58

Browse files
[SVG2] Editorial: fix typos in section 8.2 w3c/svgwg@5c5e47f
1 parent 18dcf52 commit f3a4f58

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

svg-coords-ja.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696

9797
●●options
9898
spec_title:SVG 2 Coordinate Systems, Transformations and Units
99-
spec_date:2025-09-14
99+
spec_date:2026-03-12
100100
trans_update:2021-05-03
101101
source_checked:
102102
abbr_url:SVGcoords
@@ -835,7 +835,7 @@ <h2 title="Computing the equivalent transform of an SVG viewport">8.2. ~SVG表
835835
836836
%translate-y ~INCBY ( %e-縦幅 ~MINUS %vb-縦幅 ~MUL %scale-y ) ~DIV 2
837837
838-
If align contains 'yMid', add (e-height - vb-height * scale-y) / 2 to translate-y.
838+
If align contains 'YMid', add (e-height - vb-height * scale-y) / 2 to translate-y.
839839
</li>
840840
<li>
841841
~IF[
@@ -844,7 +844,7 @@ <h2 title="Computing the equivalent transform of an SVG viewport">8.2. ~SVG表
844844
845845
%translate-y ~INCBY ( %e-縦幅 ~MINUS %vb-縦幅 ~MUL %scale-y )
846846
847-
If align contains 'yMax', add (e-height - vb-height * scale-y) to translate-y.
847+
If align contains 'YMax', add (e-height - vb-height * scale-y) to translate-y.
848848
</li>
849849
<li>
850850
~RET 次に与える値が表現する変形

0 commit comments

Comments
 (0)