NaoyaSekizawa / svg-android

Automatically exported from code.google.com/p/svg-android
0 stars 0 forks source link

float values support scientific format #25

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. add linearGradient element like the one below:
     <linearGradient
       id="linearGradient3737"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.0748444,0,0,9.76563e-4,558.45,312.3)"
       spreadMethod="pad"
       x1="-819.20001"
       y1="0"
       x2="819.20001"
       y2="0"><stop
         offset="0"
         style="stop-color:#FFFFFF;stop-opacity:1"
         id="stop3739" /><stop
         offset="1"
         style="stop-color:#FFFFFF;stop-opacity:0.196078"
         id="stop3741" /></linearGradient>

What is the expected output? What do you see instead?

It should be parsed without exceptions

What version of the product are you using? On what operating system?

1.1

Original issue reported on code.google.com by AleksasP...@gmail.com on 5 Apr 2012 at 1:11