Description[SVG] Interval should not be created if a value in begin-value-list doesn't have a matching value in end-value-list
In the pseudo code in http://www.w3.org/TR/SMIL3/smil-timing.html#q90 ,
it says that if all ends are before the current begin, then it is a bad interval and current begin will be discarded.
Existing code is treating it as a vaild interval with end as indefinite.
Modified the logic to be in line with the pseudo code.
R=pdr@chromium.org, schenney@chromium.org, dschulze@chromium.org, fmalita@chromium.org
BUG=269059
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=157739
Patch Set 1 #Patch Set 2 : rebaselined #
Messages
Total messages: 5 (0 generated)
|