[Webkit-unassigned] [Bug 46051] SVG: Make RenderPath DRT output platform-independent

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 29 12:57:06 PDT 2010


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





--- Comment #13 from Dirk Schulze <krit at webkit.org>  2010-09-29 12:57:05 PST ---
(In reply to comment #12)
> (In reply to comment #10)
> > No, fortunately bots use "--exit-after-n-crashes-or-timeouts 20"
> > option instead of previous "--exit-after-n-failures 20". ;)
> 
> > I checked your patch, normally we should update ~140 expected files.
> > But I thought over this task, and I have a better idea. :) We should
> > update platform independent expected files first, and Qt specific
> > after that. I hope we can remove some Qt specific files.
> 
> That would be fantastic. :) Nikolas, thoughts?

To the patch. Please correct me if I'm wrong, but you may get just the relative values for rect or circle, if x,y,.. are in percentage. It would be great if we could get the repaintRect of the shape.
On the other side, we'll get platform dependent results again, because RenderPath::repaintRectInLocalCoordinates() calls Path::strokeBoundaries and Path::fillBoundaries. So I'm still unsure if this is the right way to go.

Niko, what is your opinion?

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