Hikaru Kawayoke
Results
2
issues of
Hikaru Kawayoke
According to [/v2/health](https://testnet.data.api.ripple.com/v2/health/importer?verbose=true) testnet.data.api.ripple.com has stopped syncing for while. Does this mean the server is temporary out of service? Sorry If this is the wrong place to post about this.
so far I checked,this library is not supporting group element. ``` var element = SVG("test").size(500,500) var group = element.group() group.add(element.line(0,0,100,100)) .... group.select().resize() //code above displays no error but isnt working...