<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>11981</bug_id>
          
          <creation_ts>2006-12-26 09:53:40 -0800</creation_ts>
          <short_desc>SVG Renderers must implement computeAbsoluteRepaintRect</short_desc>
          <delta_ts>2009-04-28 16:44:17 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Layout and Rendering</component>
          <version>420+</version>
          <rep_platform>Mac</rep_platform>
          <op_sys>OS X 10.4</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>23881</dup_id>
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>SVGHitList</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Eric Seidel (no email)">eric</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>hyatt</cc>
    
    <cc>zimmermann</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>39687</commentid>
    <comment_count>0</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2006-12-26 09:53:40 -0800</bug_when>
    <thetext>computeAbsoluteRepaintRect needs a new name

I&apos;m still not sure I entirely understand computeAbsoluteRepaintRect.  But given this comment in RenderObject.h:

    // Given a rect in the object&apos;s coordinate space, this method converts the rectangle to the view&apos;s
    // coordinate space.
    virtual void computeAbsoluteRepaintRect(IntRect&amp;, bool fixed = false);

It seems the function needs a new name.  It really has nothing to do with repaint rects it seems.

I think pretty much all of the SVG code is either missing that function, or has a bogus implementation thereof.  It would be nice to clarify the idea behind that function, and make all versions of getAbsoluteRepaintRect() use it if appropriate.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>58778</commentid>
    <comment_count>1</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2007-10-18 00:26:54 -0700</bug_when>
    <thetext>Well, I&apos;ve come to understand what this function does. :)  And it&apos;s very important.  All of the SVG renderers need to implement this so that we can finally get incremental text repaints to work properly, as well as have a prayer of getting getOverflowClippedRect() to return a properly clipped repaint rect.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>119206</commentid>
    <comment_count>2</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2009-04-28 16:44:17 -0700</bug_when>
    <thetext>

*** This bug has been marked as a duplicate of 23881 ***</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>