clientside / amplesdk

Ample SDK - JavaScript UI Framework
Other
170 stars 29 forks source link

SVG: Negative values changed to zero on tspan on IE8. #184

Closed h6w closed 11 years ago

h6w commented 11 years ago

It appears that any attributes that are negative are changed to zero on tspan elements on IE8. e.g. http://pastebin.com/jYSmRLvY

TransformTest

ilinsky commented 11 years ago

Should be fixed per 8f28e5275a14bb1bcfd4421fc5fea3759ceb06f3 Please verify. Test case has been added at https://github.com/clientside/amplesdk-tests/tree/master/manual/issues/184