Closed
Bug 1136744
Opened 11 years ago
Closed 10 years ago
hairlines visible between shapes
Categories
(Firefox Graveyard :: Shumway, defect)
Firefox Graveyard
Shumway
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: till, Unassigned)
References
()
Details
Very visible in http://img09.predicta.net/91001-92000/91348.swf (even at 100% scale)
This is probably something we can only really solve with our own rasterizer, as I'd bet it's caused by the different shapes being rendered one after the other instead of all at once.
Comment 1•11 years ago
|
||
I think the only way to solve this in the short term is to expand the size of our shapes slightly. The seams are also visible in the Flash player.
A more obvious bug, is that the text doesn't appear. But that should be another bug, needinfo tobias.
Flags: needinfo?(schneider)
Comment 2•11 years ago
|
||
The font embedded in that SWF gets discarded due to a malformed maxp table, leading to the Canvas API not drawing the text at all.
Some of the shapes also don't have their strokes drawn correctly in Firefox, whereas it looks totally fine in Chrome.
| Reporter | ||
Comment 3•11 years ago
|
||
Please file a new bug for the other issues.
Comment 4•11 years ago
|
||
https://bugzilla.mozilla.org/show_bug.cgi?id=1136957 & https://bugzilla.mozilla.org/show_bug.cgi?id=1136959
Flags: needinfo?(schneider)
| Reporter | ||
Updated•11 years ago
|
Blocks: shumway-1.0
| Assignee | ||
Updated•10 years ago
|
Product: Firefox → Firefox Graveyard
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•