[Webkit-unassigned] [Bug 25401] <use> of text not displayed unless declared after

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 7 09:27:56 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=25401


Eric Seidel <eric at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #33019|review?                     |review-
               Flag|                            |




--- Comment #6 from Eric Seidel <eric at webkit.org>  2009-08-07 09:27:55 PDT ---
(From update of attachment 33019)
Please make your test dumpAsText, no need to use a full rendering test.

Why shouldn't this just be on SVGElement:
134 void SVGTextElement::childrenChanged(bool changedByParser, Node*
beforeChange, Node* afterChange, int childCountDelta)
 135 {
 136     SVGElement::childrenChanged(changedByParser, beforeChange,
afterChange, childCountDelta);
 137 
 138     // Invalidate all SVGElementInstances associated with us
 139     SVGElementInstance::invalidateAllInstancesOfElement(this);
 140 }
 141 

How do non-text nodes get around needing to make this call to update <use>
stuff?

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



More information about the webkit-unassigned mailing list