Bug 15402 - Text repaint issues when zooming in on yosemite example
Summary: Text repaint issues when zooming in on yosemite example
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL: http://www.carto.net/williams/yosemite/
Keywords: NeedsReduction
Depends on: 15388
Blocks:
  Show dependency treegraph
 
Reported: 2007-10-06 10:54 PDT by Eric Seidel (no email)
Modified: 2009-04-28 16:40 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2007-10-06 10:54:53 PDT
Text repaint issues when zooming in on yosemite example

WildFox believes this is caused by my fix to bug 15388.  If that's true, it would suggest that <text> elements don't *quite* have the right repaint rects.  One side-effect of bug 15388 was that repaint rects were always inflated 1px for every <g> enclosing an object.  (Meaning it was real easy for your repaint rect to be off a few pixels and yet you'd still redraw OK.
Comment 1 Eric Seidel (no email) 2009-04-28 16:40:28 PDT
I'm not able to reproduce this in Safari 4 or in ToT (r42966).