[Webkit-unassigned] [Bug 80423] New renderer for SVGCircleElement

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 6 08:58:44 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=80423





--- Comment #3 from Renata Hodovan <reni at webkit.org>  2012-03-06 08:58:44 PST ---
(From update of attachment 130391)
View in context: https://bugs.webkit.org/attachment.cgi?id=130391&action=review

Just two short questions...

> Source/WebCore/rendering/svg/RenderSVGCircle.cpp:98
> +    context->fillEllipse(m_boundingBox);

Shouldn't you apply the fallback mechanism here if isPaintingFallback() is true?

> Source/WebCore/rendering/svg/RenderSVGCircle.cpp:103
> +    context->strokeEllipse(m_boundingBox);

The same here.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list