DroidFish: Handle floating point numbers with negative exponent in SVG parser.

This commit is contained in:
Peter Osterlund 2012-06-09 14:52:07 +00:00
parent bbbb9078cb
commit b1df438d06

View File

@ -244,8 +244,7 @@ public class SVGParser {
case '\n':
case '\t':
case ' ':
case ',':
case '-': {
case ',': {
String str = s.substring(p, i);
// Just keep moving if multiple whitespace
if (str.trim().length() > 0) {