Closed
Bug 1844414
Opened 1 year ago
Closed 1 year ago
Some SVG images aren't rendered correctly the first time they're loaded
Categories
(Core :: Graphics, defect)
Core
Graphics
Tracking
()
RESOLVED
DUPLICATE
of bug 789249
People
(Reporter: calixte, Unassigned)
Details
Attachments
(1 file)
2.65 KB,
text/html
|
Details |
As explained in bug 1844413, we're rendering some svg images when doing ref tests in pdf.js.
We noticed an intermittent bug where some backgrounds aren't correctly rendered.
The svg contains an html with a beckground image which is itself a svg which contains a g
which has an id
set to Date.now()
.
The first time the image is loaded (on the left) nothing is drawn but if we wait a little then it's correctly drawn (on the right).
Updated•1 year ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•