common Util: Skip if there is a space after the dot 93/289793/1
authorJunsuChoi <jsuya.choi@samsung.com>
Mon, 12 Dec 2022 06:08:06 +0000 (15:08 +0900)
committerMichal Szczecinski <mihashco89@gmail.com>
Tue, 14 Mar 2023 08:56:41 +0000 (09:56 +0100)
commitab8f91f38cee906692038ffcbfca30898bcaaebe
tree1697b60b099a73f1f266c83ad3ec3e0f468eaa49
parentb83980845aebd2a94c525ea2ab3432f6e4e4b618
common Util: Skip if there is a space after the dot

Some SVG parsers allow parsing of "0."
If there is a space after the dot, skip to the next step.

Change-Id: Ic1c455e2d5b8bf1e344af903f9721885c9fa1d37
src/loaders/svg/tvgSvgUtil.cpp