Skip to content

4.6 ports #29317

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

Merged
merged 7 commits into from
Aug 18, 2025
Merged

4.6 ports #29317

merged 7 commits into from
Aug 18, 2025

Conversation

miiizen
Copy link
Contributor

@miiizen miiizen commented Aug 18, 2025

Ports: #29280
Ports: #29295

miiizen and others added 7 commits August 18, 2025 11:57
It was calling `TDraw::draw(const Tapping* item, …)` on a `Tapping` with neither a symbol nor Text but only a TappingHalfSlur. In that case, the half slur is drawn via `TDraw::draw(const SlurSegment* item, …)`, and the `Tapping` itself is not drawn at all because its bbox is empty, and elements with empty bbox are normally filtered out for drawing by `BspTree::items`, which checks for `bbox` intersection with the viewport rect, and empty RectF never intersects.

Added a similar bbox check in SVG export, and added a super light safety check in TDraw as well.

Resolves: musescore#29257
@miiizen miiizen requested a review from RomanPudashkin August 18, 2025 10:59
@RomanPudashkin RomanPudashkin merged commit 89a07e4 into musescore:4.6.0 Aug 18, 2025
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants