[Webkit-unassigned] [Bug 12488] Paint server in objectBoundingBox mode not ignored if path has an empty bounding box

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 30 14:33:22 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=12488


remi_zara at mac.com changed:

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




------- Comment #1 from remi_zara at mac.com  2007-01-30 14:33 PDT -------
Created an attachment (id=12812)
 --> (http://bugs.webkit.org/attachment.cgi?id=12812&action=view)
Patch v1

This patch fixes the W3C test, and add a new one that test pattern, and
gradient/pattern attribute inheritance. I've not looked at filters, clips and
masks.

I'm not quite sure why in my new test the last pattern is blank and not green.

The patch use a black solid color when the objectBoundingBox mode is "on" and
the path has an empty boundingbox. The spec says that the effect should be
ignored. Does this mean the stroke or fill should be inherited ?

I also find the "building" of paint server not ideal. It seems to be redone
every time the paint server is used. Why isn't there a "computed attributes" on
the Element, which would be calculated on demand (or when a referenced element
is changed) ?


-- 
Configure bugmail: http://bugs.webkit.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