зеркало из https://github.com/mozilla/pjs.git
Bug 282579 - fix missed use of a null surface in cairo. r+sr=roc
This commit is contained in:
Родитель
165eb6a4a3
Коммит
31962e1189
|
@ -710,8 +710,8 @@ nsSVGCairoGlyphGeometry::GetBoundingBox(nsIDOMSVGRect * *aBoundingBox)
|
|||
return NS_ERROR_FAILURE;
|
||||
|
||||
double xmin, ymin, xmax, ymax;
|
||||
// NULL isn't legal here without our patch to cairo.c
|
||||
cairo_t *ctx = cairo_create(nsnull);
|
||||
|
||||
cairo_t *ctx = cairo_create(gSVGCairoDummySurface);
|
||||
|
||||
GetGlobalTransform(ctx, nsnull);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче