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 issue #2739 allow for multiple bounding boxes in an element. #2951

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

ChadJPetersen
Copy link

Summary

This PR fixes/implements the following bugs/features

Explain the motivation for making this change. What existing problem does the pull request solve?

elements with multiple bounding boxes are not correctly drawn. e.g. spans that flow to multiple lines. This causes backgrounds and borders to draw over previous elements.

Test plan

tests\reftests\text\background-on-multiline-span.html

Fixes #2739
closes #2739

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.

Text from some nested html elements is not visible when background-color is specified
1 participant