GNOME Bugzilla – Bug 722937
problem rendering asymmetric borders with dotted style
Last modified: 2016-01-12 04:30:05 UTC
If you use the testboxcss and enter the following: .play { border-image:none; border-color: black; border-style: dotted; border-width:1px; border-right-width: 6px; border-radius: 0; } It doesn't work.
this works now, afaics
As soon as there's different widths involved, the top edge is not rendered in dotted or dashed style. In double style, the top edge *is* rendered, and other edges are missing.
Created attachment 318818 [details] remaining trouble lapo points out that there is still some problem with border-radius handling, as the screenshot above shows.