DescriptionAdd support for additional blend modes to SVGFEBlendElement
New modes to be supported are:
overlay,
color-dodge,
color-burn,
hard-light,
soft-light,
difference,
exclusion,
hue,
saturation,
color and
luminosity
Since the new modes don't have any corresponding IDL constants exposed
on the SVGFEBlendElement interface, a mechanism is added to be able to
differentiate between "internal" and "exposed" enumeration values, and
reject those that are "internal-only" from being read or written
through SVGAnimatedEnumeration.
Test feBlend-all-modes.html evolved from test in WebKit commit
http://trac.webkit.org/changeset/170433 by Dirk Schulze.
BUG=389594
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=179732
Patch Set 1 #
Messages
Total messages: 8 (0 generated)
|