[Webkit-unassigned] [Bug 9607] REGRESSION: RayCaster <canvas> example doesn't shade the walls

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Tue Jun 27 18:03:29 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=9607





------- Comment #2 from darin at apple.com  2006-06-27 18:03 PDT -------
Yes, there's a bug in the RayCaster example. It needs to call beginPath in the
drawSliver function. Otherwise the path just keeps getting bigger and bigger,
everything gets overwritten, so the colors are all the same (no shading).

Also, I think that function should be done with a rect fill, not a line stroke,
but that's just a design criticism, not a bug.


-- 
Configure bugmail: http://bugzilla.opendarwin.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