Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upTry not to clone boxes so often in `FragmentMap::fixup()` #2267
Labels
Comments
|
There is no |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently everything that splits boxes has to leave boxes around so that
fixup()can do its job. Ideally we shouldn't split boxes at all, but if we have to then we should at least not clone the entire render box.