svg_loader SvgPath: Added corner case handling for flags of Arc
authorJunsuChoi <jsuya.choi@samsung.com>
Wed, 23 Jun 2021 03:43:45 +0000 (12:43 +0900)
committerJunsuChoi <jsuya.choi@samsung.com>
Fri, 25 Jun 2021 00:45:46 +0000 (09:45 +0900)
commit55c1cf4010c349b074b4a1565c70887ebb60e651
tree9d4dddc466a01ebed506572131383f2f97b574fa
parentb076b0f48b9674682d7555722acf4fd4b8f4de07
svg_loader SvgPath: Added corner case handling for flags of Arc

It handles the case what the flag of the arc of the path is defined
without spaces or commas, such as 00, 01, 11 or 10.
src/loaders/svg/tvgSvgPath.cpp