Skip to content
  • eseidel's avatar
    2006-09-27 Eric Seidel <eric@eseidel.com> · 4eb9f842
    eseidel authored
            Reviewed by mitz.
    
            paths with no fill specified default to black but do not recieve paint-related mouse events
            http://bugzilla.opendarwin.org/show_bug.cgi?id=11069
            The default fill was being applied at the wrong place in the rendering chain, causing this problem.
    
            Test: svg/custom/hover-default-fill.svg
    
            * kcanvas/RenderPath.cpp:
            (WebCore::RenderPath::nodeAtPoint): use isFilled and isStroked
            * ksvg2/css/SVGRenderStyle.h: use defaultFill() and defaultStroke()
            * ksvg2/misc/KCanvasRenderingStyle.cpp:
            (WebCore::KSVGPainterFactory::isFilled): remove null check
            (WebCore::KSVGPainterFactory::fillPaintServer): remove null check
            (WebCore::KSVGPainterFactory::isStroked): remove null check
            (WebCore::KSVGPainterFactory::strokePaintServer): remove null check
            * ksvg2/svg/SVGPaint.cpp:
            (WebCore::SVGPaint::defaultFill): added.
            (WebCore::SVGPaint::defaultStroke): added.
            * ksvg2/svg/SVGPaint.h:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@16604 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    4eb9f842