[Webkit-unassigned] [Bug 12053] New: SVGPathSeg*(Abs|Rel) classses should be combined to reduce code size

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 31 19:47:21 PST 2006


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

           Summary: SVGPathSeg*(Abs|Rel) classses should be combined to
                    reduce code size
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Keywords: EasyFix
          Severity: Trivial
          Priority: P4
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: macdome at opendarwin.org


SVGPathSeg*(Abs|Rel) classses should be combined to reduce code size

It's silly to have copy/paste copies of each Rel/Abs SVGPathSeg subclass. 
These could be cleaned up to use templates, or even just a simple shared base
class to reduce the amount of copy/paste code (and thus help prevent errors
when changing these files).


-- 
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