Inline SVG text is cut off in foreignobject
Categories
(Core :: Graphics: WebRender, defect, P3)
Tracking
()
People
(Reporter: aosmond, Unassigned)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression)
Attachments
(2 files)
STR:
- Visit https://bug1523072.bmoattachments.org/attachment.cgi?id=9061036
- See "Browser Process" is cut off, instead displays "Browser Proce". Similarly the text in many of the boxes is cut off.
I could only reproduce this on Linux. Did not see it on the Windows test machine.
mozregression --good 2018-06-01 --bad 2019-01-01 -a https://bug1523072.bmoattachments.org/attachment.cgi?id=9061036 --pref gfx.webrender.all:true
produced
and I confirmed bug 1450015 caused the issue. However disabling blob invalidation today does not fix the problem.
mozregression --good 2018-04-18 --bad 2019-04-26 -a https://bug1523072.bmoattachments.org/attachment.cgi?id=9061036 --pref gfx.webrender.all:true gfx.webrender.blob.invalidation:false
produced
pointing at bug 1449634.
Reporter | ||
Updated•6 years ago
|
Reporter | ||
Updated•6 years ago
|
Reporter | ||
Comment 1•6 years ago
•
|
||
I am getting DejaVu Serif in Firefox instead of Helvetica. fc-match returns Liberation Sans for Helvetica. If I switch to the SVG to Liberation Sans, it looks good.
Reporter | ||
Updated•6 years ago
|
Comment 2•6 years ago
|
||
This should reproduce regardless of font chosen. It shows that we're doing different clipping of foreign object content then we did before.
Comment 3•6 years ago
|
||
Bulk change of P3 carryover bugs to wontfix for 68.
Reporter | ||
Comment 4•5 years ago
|
||
This is working for me now.
mozregression --good 2019-12-17 --bad 2019-04-01 --find-fix -a https://bug1523072.bmoattachments.org/attachment.cgi?id=9061036 --pref gfx.webrender.all:true gfx.webrender.blob.invalidation:true
yielded
Updated•3 years ago
|
Description
•