Closed
Bug 686220
Opened 14 years ago
Closed 14 years ago
Incorrect rendering of SVG border-image (wrong slicing & disappears on scroll)
Categories
(Core :: Web Painting, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 619500
People
(Reporter: lea, Unassigned)
Details
Attachments
(1 file)
1.46 KB,
application/octet-stream
|
Details |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:6.0.2) Gecko/20100101 Firefox/6.0.2
Build ID: 20110902133214
Actual results:
It appears that Gecko slices the image wrong (those slices are definitely over 33.3%) and also shrinks it at 1/3 of the correct size and repeats it in every side & corner. Also, the rendering is inconsistent in every refresh and when scrolling, the image completely disappears, except its top left corner.
It's not specific to 'round', it also happens with the other 2 keywords. It's also not specific to percentages, it happens with pixels as well.
Expected results:
Opera has the most correct rendering. Chrome gets it almost right, but has a known issue with treating 'round' as 'repeat', which however is irrelevant here.
Comment 1•14 years ago
|
||
Yup, we're definitely broken on SVG border-images. :-/
That's basically covered in bug 619500.
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Updated•7 years ago
|
Component: Layout: View Rendering → Layout: Web Painting
You need to log in
before you can comment on or make changes to this bug.
Description
•