Skip to content

Commit 26332aa

Browse files
committed
contents/en/documents: v2.9.5 released
1 parent eafa27e commit 26332aa

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

contents/en/documents/2.9.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,3 +162,9 @@ <h3>Bug Fixes</h3>
162162
<ul>
163163
<li>Fixed an issue where the Steam Overlay might not work on Linux (<a href="https://github.com/hajimehoshi/ebiten/issues/3338">#3338</a>).</li>
164164
</ul>
165+
<h2>v2.9.5</h2>
166+
<p><a href="https://github.com/hajimehoshi/ebiten/milestone/150?closed=1">Issues for v2.9.5</a></p>
167+
<h3>Bug Fixes</h3>
168+
<ul>
169+
<li>Fixed an issue where vector rendering did not work correctly on images created by <code>SubImage</code> (<a href="https://github.com/hajimehoshi/ebiten/issues/3355">#3355</a>).</li>
170+
</ul>

contents/ja/documents/2.9.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,3 +162,9 @@ <h3>バグ修正</h3>
162162
<ul>
163163
<li>Linux で Steam のオーバーレイが動かないことがあった問題の修正 (<a href="https://github.com/hajimehoshi/ebiten/issues/3338">#3338</a>)。</li>
164164
</ul>
165+
<h2>v2.9.5</h2>
166+
<p><a href="https://github.com/hajimehoshi/ebiten/milestone/150?closed=1">Issues for v2.9.5</a></p>
167+
<h3>バグ修正</h3>
168+
<ul>
169+
<li><code>SubImage</code> によって作られた画像に対するベクター描画が正しく動かなかった問題の修正 (<a href="https://github.com/hajimehoshi/ebiten/issues/3355">#3355</a>)。</li>
170+
</ul>

0 commit comments

Comments
 (0)