[Webkit-unassigned] [Bug 14045] New: Incorrect support for opacity, fill-opacity and stroke-opacity

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jun 9 00:31:26 PDT 2007


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

           Summary: Incorrect support for opacity, fill-opacity and stroke-
                    opacity
           Product: WebKit
           Version: 522+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ml at graougraou.com


Current WebKit nightlies fail to support the various opacity properties
properly, resulting in the following incorrect behaviors:

  - a <rect> with opacity="0.5" is actually implemented as fill-opacity="0.5"
and stroke-opacity="0.5", instead of compositing fill and stroke together first
and then applying opacity on the whole painted shape

  - gradient fills and strokes do not take into account fill-opacity and
stroke-opacity values.

This may be related to bug <a
href="http://bugs.webkit.org/show_bug.cgi?id=12501">12501</a>.


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