Open
Bug 455398
Opened 16 years ago
Updated 2 years ago
bad joint between images of -moz-border-image when border is large
Categories
(Core :: Web Painting, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: clochix, Unassigned)
References
Details
Attachments
(2 files)
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.1) Gecko/2008071420 Iceweasel/3.0.1 (Debian-3.0.1-1)
Build Identifier: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1b1pre) Gecko/20080914020350 Minefield/3.1b1pre
When using -moz-border-image of type repeat and round and a large border-width (20px or more), the border doesn't display nicely (cf screenshot)
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
So as far as I can tell, these renderings look correct. You're explicitly asking for a 15px slice of the image (see the 15s at the end of the really long line) to be scaled up to 20px for the border, and then having the now-too-small piece used in the middle.
Component: General → Layout: View Rendering
Product: Firefox → Core
QA Contact: general → layout.view-rendering
Version: unspecified → Trunk
Well, actually, your screenshot is worse than what I'm seeing on Linux...
ok, I didn't seen the link between the border size and the slice of the image, and thought the border should scale.
Assignee | ||
Updated•7 years ago
|
Component: Layout: View Rendering → Layout: Web Painting
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•