DescriptionsetValueCurve can start at the end of other automations
It is valid to do this:
linearRampToValueAtTime(0, 1);
setValueCurveAtTime(curve, 1, 1);
Previously, this caused an error because the code thought the two
methods overlapped.
BUG=528423
TEST=audioparam-setValueCurve-exceptions.html updated with more tests
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=201832
Patch Set 1 #
Messages
Total messages: 7 (3 generated)
|