[Webkit-unassigned] [Bug 19942] New: Printing of CSS gradients does not work properly in r35024 on Mac OS X 10.5.4

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 8 06:24:39 PDT 2008


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

           Summary: Printing of CSS gradients does not work properly in
                    r35024 on Mac OS X 10.5.4
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: Macintosh Intel
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Major
          Priority: P2
         Component: Printing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: torsten.radtke at mac.com


CSS gradients lack their transparency and boundaries if printed from r35024 on
a Mac OS X 10.5.4 system. Iff the background-repeat property is set to
"no-repeat" the transparency of the gradient colors seems to be ignored as well
as the size (gradient fills the element even if its size is smaller). No
problems are visible when background-repeat is set to "repeat", "repeat-x", or
"repeat-y".

Example:

test.xml:

<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="test.css"?>
<book>
Lorem ipsum dolor.
</book>

test.css:

book {
        display: block;
        width: 200px; border:1px solid black; padding: 10px; margin: 10px; 
        background-image: -webkit-gradient(linear, 0 0, 0 20,
from(rgba(127,0,0,0.5)), to(rgba(0,127,0,0.0)));
        background-repeat: no-repeat;
}


-- 
Configure bugmail: https://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