remove the kMultiply_Mode alias for kModulate_Mode. We plan to re-target kMultiply_Mode

in the future, to match the CSS spec.



git-svn-id: http://skia.googlecode.com/svn/trunk@7518 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
reed@google.com 2013-02-01 16:44:50 +00:00
parent 8b2f41b606
commit 408586e2a6

View File

@ -104,7 +104,6 @@ public:
// http://www.w3.org/TR/2009/WD-SVGCompositing-20090430/
kPlus_Mode,
kModulate_Mode, // multiplies all components (= alpha and color)
kMultiply_Mode = kModulate_Mode,
// all above modes can be expressed as pair of src/dst Coeffs
kCoeffModesCnt,