Hareeshchandera / jsplumb

Automatically exported from code.google.com/p/jsplumb
0 stars 0 forks source link

SVG does not work in Android 2.3 browser, but jsPlumb thinks it should #250

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
for some reason the SVG availability test is reporting that SVG is supported in 
the default browser in Android 2.3, but then the programmatic calls are failing.

so its either that a) the test is reporting a false positive, or b) there's 
something up with the way jsPlumb is calling the API

Original issue reported on code.google.com by simon.po...@gmail.com on 3 Jun 2012 at 9:29

GoogleCodeExporter commented 8 years ago
it was that it was reporting a false positive.  you can see a test page here:

http://morrisonpitt.com/android-svg.html

In which there's a comparison of the old code jsPlumb was using for choosing a 
render mode, compared to the new code (which is in 1.3.10 dev).

Original comment by simon.po...@gmail.com on 4 Jun 2012 at 11:46

GoogleCodeExporter commented 8 years ago

Original comment by simon.po...@gmail.com on 5 Jun 2012 at 8:16