https://bugzilla.wikimedia.org/show_bug.cgi?id=49074
Krinkle <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|patch-in-gerrit | --- Comment #3 from Krinkle <[email protected]> --- Neither Niklas' patch nor I97ee7431e1a5acb (from bug 45677) addresses the issue with border-radius. border-radius is already being flipped but incorrectly. It need to be changed from: top-left-bottom-right to: top-left top-right bottom-right bottom-left Or, in Janus: from: (x1-LEFT-x2-RIGHT) to: (LEFT-RIGHT)-(LEFT-RIGHT) -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
