Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ピクチャの表示・移動の位置指定で負値を設定すると0になるバグ #123

Closed
HidetoshiKawaguchi opened this issue Feb 15, 2024 · 2 comments · Fixed by #124
Assignees
Labels
bug Something isn't working

Comments

@HidetoshiKawaguchi
Copy link
Collaborator

HidetoshiKawaguchi commented Feb 15, 2024

表題通り。
例えば、以下のテキストだと、1行目は位置が中心でX座標が-1, y座標が-200に設定されることを期待されるが、それぞれ0が入る。

<ShowPicture: 33, Castle, Position[Center][-1][-2]>
<MovePicture: 2, Position[Center][-100][-200]>

ざっと見たところ、ピクチャの表示とピクチャの移動の両方で発生している。(おそらく同じ処理を共有しているため)

なお、Frame2Textはマイナスの値が入ったイベントをテキストに正しく変換できているためそちらは修正の必要がなさそう。Text2Frameのテストケースの作成と、修正が必要となる。

https://x.com/fubukinomori/status/1756659135985389946?s=20

@HidetoshiKawaguchi HidetoshiKawaguchi added the bug Something isn't working label Feb 15, 2024
@HidetoshiKawaguchi
Copy link
Collaborator Author

@yktsr
123-fix-a-bug-related-to-picture-positioning ブランチにテストケースを追加しときました。バグ修正をお願いします。

@yktsr
Copy link
Owner

yktsr commented Feb 27, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants