[Webkit-unassigned] [Bug 15431] New: SVGRenderStyle should store pre-modified resource URIs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 8 17:50:31 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=15431

           Summary: SVGRenderStyle should store pre-modified resource URIs
           Product: WebKit
           Version: 522+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: Normal
          Priority: P3
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org


SVGRenderStyle should store pre-modified resource URIs

We have this code all over the place:
getFilterById(document(),
SVGURIReference::getTarget(style()->svgStyle()->filter()));

And some other variations as well (manually doing what getTarget does). 
Instead, the SVGRenderStyle should store *just* the anchor as an id, or the
full url.  HTML does something similar.  This could be done as a CSSValue, I
think.  That way we don't have to do lots of string manipulations every time we
layout or paint SVG render objects (these string manipulations have shown up in
samples in the past).


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



More information about the webkit-unassigned mailing list