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

Fix/missing scene graph nodes #1481

Merged
merged 3 commits into from
May 6, 2024
Merged

Fix/missing scene graph nodes #1481

merged 3 commits into from
May 6, 2024

Conversation

merryman
Copy link
Member

@merryman merryman commented May 6, 2024

Fixes #1472.

Previously, both types of measurment would happen after the rendering of lines, which no longer matched the assumptions in the rendering code which now differentiates between text morphs that can be measured via canvas (and therefore indpendently of the DOM) and those that can only be correctly measured via DOM.
@merryman merryman requested a review from linusha May 6, 2024 13:06
@linusha linusha force-pushed the fix/missing-scene-graph-nodes branch from 47b84dc to 68b2332 Compare May 6, 2024 17:23
Copy link
Contributor

@linusha linusha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@merryman I'll go ahead and merge this and will keep an eye on the status of our pipelines throughout the next days...

@linusha linusha merged commit af0c362 into main May 6, 2024
4 checks passed
@linusha linusha deleted the fix/missing-scene-graph-nodes branch May 6, 2024 17:34
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.

Invisible Submorph is not displayed in scene graph initially
2 participants