зеркало из https://github.com/mozilla/pjs.git
Bug 374277 - Horizontal line with stroke referencing a userSpaceOnUse pattern doesn't paint. r=jwatt,sr=tor
This commit is contained in:
Родитель
3f261b3e05
Коммит
5f26fcc3cc
|
@ -745,7 +745,8 @@ nsSVGPatternFrame::GetCallerGeometry(nsIDOMSVGMatrix **aCTM,
|
|||
CallQueryInterface(aSource, &callerSVGFrame);
|
||||
callerSVGFrame->GetBBox(aBBox);
|
||||
// Sanity check
|
||||
{
|
||||
PRUint16 type = GetPatternUnits();
|
||||
if (type == nsIDOMSVGPatternElement::SVG_PUNITS_OBJECTBOUNDINGBOX) {
|
||||
float width, height;
|
||||
(*aBBox)->GetWidth(&width);
|
||||
(*aBBox)->GetHeight(&height);
|
||||
|
|
Загрузка…
Ссылка в новой задаче