Merge "Bug 71857: Strip positioning from SVG fallback image styles"

This commit is contained in:
jenkins-bot 2014-10-09 16:23:23 +00:00 committed by Gerrit Code Review
commit 9774aceb4b

View File

@ -349,7 +349,7 @@ class MathMathML extends MathRenderer {
$style .= " ".$styles[1]; // merge styles
if ( $this->getMathStyle() === MW_MATHSTYLE_DISPLAY ) {
// TODO: Improve style cleaning
$style = preg_replace( '/margin\-(left|right)\:\s*\d+(\%|in|cm|mm|em|ex|pt|pc|px)\;/', '', $style );
$style = preg_replace( '/margin\-(left|right)\:\s*\d+(\%|in|cm|mm|em|ex|pt|pc|px)\;|position:\s*absolute;\s*left:\s*0px;/', '', $style );
}
}
// TODO: Figure out if there is a way to construct