Bug 374277 - Horizontal line with stroke referencing a userSpaceOnUse pattern doesn't paint. r=jwatt,sr=tor

This commit is contained in:
longsonr%gmail.com 2007-04-10 09:57:12 +00:00
Родитель 3f261b3e05
Коммит 5f26fcc3cc
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -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);