Inline SVG text is cut off at bottom
Categories
(Core :: Graphics, defect, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox65 | --- | wontfix |
People
(Reporter: overholt, Unassigned)
References
()
Details
Attachments
(2 files)
Updated•6 years ago
|
Comment 1•6 years ago
|
||
Comment 2•6 years ago
|
||
Comment 3•6 years ago
|
||
Comment 5•6 years ago
|
||
This wasn't fixed by andrew's snapping fix.
Comment 6•6 years ago
|
||
It appears to be caused by the latest snapping issues I've been investigating in bug 1453935 and bug 1523410.
Comment 7•6 years ago
|
||
(In reply to Andrew Osmond [:aosmond] from comment #6)
It appears to be caused by the latest snapping issues I've been investigating in bug 1453935 and bug 1523410.
I think I improved it, but after further testing, there is still one zoom level (60% with 200% scaling on Linux, or 120% with 100% scaling) where I still see the clipping.
Comment 8•6 years ago
|
||
Turns out, it was my patch that changed ToRoundedLayoutRect to work like ToLayoutRect that solved the text clipping. We need to figure out what is going wrong for the failing test cases, but this is likely the path forward for the correct solution.
Updated•6 years ago
|
Updated•6 years ago
|
Updated•5 years ago
|
Comment 9•5 years ago
|
||
This is not WebRender specific. This renders the same on basic on Linux, and with advanced layers / d2d on Windows. If my snapping changes had an impact (with an updated patch, it doesn't appear to any longer), then I suspect it was more of a fluke than a proper resolution.
Comment 10•5 years ago
|
||
I should also note that this can be reproduce on really old builds, e.g. 2015 so it has been around for a long time.
Updated•3 years ago
|
Description
•