Extended error reporting for SVG path parsing
Adds reporting of errors for the errors detected:
* Missing starting moveto
* Missing command verb
* Unexpected input type (number, arc flag)
The parsing helper parseArcFlag() is adjusted to not consume any
character on error.
BUG=
231612
Committed:
https://crrev.com/0965f08da8b60d22c1c91668113b40800909e5ec
Cr-Commit-Position: refs/heads/master@{#371849}