[Webkit-unassigned] [Bug 122036] New: Create CSSCalcBlendOperation
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Sep 27 15:22:38 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=122036
Summary: Create CSSCalcBlendOperation
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: CSS
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: giles_joplin at yahoo.com
Depends on: 121020
[This bug mirrors https://code.google.com/p/chromium/issues/detail?id=269320]
There is no equivalent CSSCalcExpressionNode in the CSS layer to CalcExpressionBlendLength (define in (platform/CalculationValue.h)).
Currently an equivalent *expression tree* can be created to represent the blend, but this requires 3 BinaryExpressionNodes: ((1 - progress) * start) + (progress * end)
--
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