Status: Started
Owner: [email protected]
New issue 2784 by [email protected]: -moz-border-radius doesn't work in
Firefox 14
http://code.google.com/p/lilypond/issues/detail?id=2784
Reported by Francisco Vila:
http://lists.gnu.org/archive/html/lilypond-devel/2012-08/msg00686.html
Round corners are rendered as squares in Firefox 14 (not in Firefox 10 or
12 nor in Chromium 20).
It seems that FF14 doesn't support anymore the -moz properties (?).
This can be fixed adding the spec (W3C) properties *after* the vendor ones,
as explained and recommended here:
http://css-tricks.com/ordering-css3-properties/
I'll upload a patch to Rietveld soon.