Open hokasan opened 6 years ago
And one second after writing the issue I got it to work....typical :)
In AnimatedSvgPolygon.js I change from using d={d} to just points={this.points.values} Not sure if I need to convert the numbers o anything, but at least they are animating now.
There seems to an issue with using "d=" and Polygon on android. "Points=" seems to work, bit I havent been able to convert the "d" path into points.