Closed
Bug 973037
Opened 11 years ago
Closed 9 years ago
Stitched (Dashed) Rounded Borders Do Not Render Correctly
Categories
(Core :: Web Painting, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 382721
People
(Reporter: aaron.staker, Unassigned)
Details
Attachments
(1 file)
41.96 KB,
application/zip
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:27.0) Gecko/20100101 Firefox/27.0 (Beta/Release)
Build ID: 20140127194636
Steps to reproduce:
Use the code from here: http://css-tricks.com/snippets/css/stitched-look/
Change all border-radius properties to 50%.
Actual results:
The output instead of showing a dashed line, will only show a solid border. I'm using this on a relatively small image.
Expected results:
When the border is rendered it should be dashed rather than solid. I have attached several screen shots. Showing behavior in Chrome (original dashed), Chrome (border radius in %) and Firefox behavior in %.
Comment 1•9 years ago
|
||
Hi Aron,
I have managed to reproduce the issue using latest Firefox release (43.0.4) and latest Nightly build (46.0a1). After I changed the border-radius to 50 px the border dots are united on edges.
Firefox: 43.0.4, Build ID: 20160105164030, User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0
Firefox: 46.0a1, Build ID: 20160107030235, User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:46.0) Gecko/20100101 Firefox/46.0
Considering this, I will mark this as NEW and assign a component to it. If someone considers that the component is not the right one, please feel free to change it with a more appropriate one.
Thanks,
Cosmin.
Status: UNCONFIRMED → NEW
Component: Untriaged → Layout: View Rendering
Ever confirmed: true
Product: Firefox → Core
![]() |
||
Comment 2•9 years ago
|
||
Please at least do a search for duplicates? "dashed border radius" finds the original pretty easily...
Status: NEW → RESOLVED
Closed: 9 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
•