SVG animateMotion paths that only cause offsets are no longer ignored
Chrome was not applying animateMotion paths that do not actually express
motion.
Similarly, motion-path paths like "M 100 100 L 100 100" were not being
applied.
The SkPathMeasure constructed from such paths is empty, but we can
directly read the starting point from the path.
BUG=
321022
Committed:
https://crrev.com/4e4d176ad83910be4002bd740caeb83a904371ed
Cr-Commit-Position: refs/heads/master@{#361061}