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:
tor%cs.brown.edu 2006-02-24 16:33:32 +00:00
Родитель 9f0343d839
Коммит 2d45d96f1e
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -277,6 +277,7 @@ nsSVGCairoGlyphGeometry::Render(nsISVGRendererCanvas *canvas)
}
if (!hasFill && !hasStroke) {
cairo_restore(ctx);
delete [] cp;
return NS_OK; // nothing to paint
}