Closed
Bug 1340168
Opened 8 years ago
Closed 8 years ago
A graphic object with a filter effect and big scale transform will be truncated
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1336480
People
(Reporter: u459114, Assigned: u459114)
Details
Attachments
(1 file)
609 bytes,
text/html
|
Details |
Steps to reproduce:
visit the attach test case(big-svg.html)
Keep seeing this log in console:
[GFX3-]: Surface size too large (allocation size would overflow int32_t)!
Actual results:
The red line is shorter then black line
Expected results:
The width of red line and black line should be the same.
The 1st patch in bug 1336480 can fix this bug too
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•