зеркало из https://github.com/mozilla/pjs.git
Bug 315107 - SVG text with fill/stroke=none affects other content.
Patch by longsonr@gmail.com, r=tor, sr=roc.
This commit is contained in:
Родитель
9f0343d839
Коммит
2d45d96f1e
|
@ -277,6 +277,7 @@ nsSVGCairoGlyphGeometry::Render(nsISVGRendererCanvas *canvas)
|
|||
}
|
||||
|
||||
if (!hasFill && !hasStroke) {
|
||||
cairo_restore(ctx);
|
||||
delete [] cp;
|
||||
return NS_OK; // nothing to paint
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче