Skip to content
  • eseidel's avatar
    Bug #: none · 732fd312
    eseidel authored
    Submitted by: eseidel
    Reviewed by: No review required, SVG target only.
            Fix SVG from having duplicate entries (with khtml) in its
            cssproperties.in and cssvalues.in files.  I've added an explicit
            check in the build phase for duplicates to prevent this in the
            future.  Minor code adjustments were necessary to use these
            the khtml value & property ids.
    
            No additional test cases needed, this change fixes:
            W3C-SVG-1.1/painting-stroke-02-t
            W3C-SVG-1.1/painting-stroke-03-t
    
            * WebCore.xcodeproj/project.pbxproj: duplicate id check
            * ksvg2/css/KSVGCSSParser.cpp:
            (DOM::CSSParser::parseSVGValue):
            * ksvg2/css/SVGCSSStyleSelector.cpp:
            (KDOM::CSSStyleSelector::applySVGProperty):
            * ksvg2/css/cssproperties.in: commented out duplicates
            * ksvg2/css/cssvalues.in: commented out duplicates
            * ksvg2/svg/SVGStyledTransformableElementImpl.cpp:
            (SVGStyledTransformableElementImpl::parseMappedAttribute):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@11276 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    732fd312