Jingyu Ma
Jingyu Ma
This feature will make this tool an enterprise service :). It may not happen recently but it's a long term goal in my list, along with other enterprise level features.
@nathandaly Thanks for reporting this. I'm working on this issue now :)
Ideally, use `--branches` multiple times will generate your expected result: `svn2gitnet [url] --notrunk --notags --branches br1 --branches br2 --branches br3 --verbose`. However, I need to resolve #64 first.
The js file should work correctly for same page multiple visiting. Could you please provide any detail to demonstrate your issue (some code may be)? In RatchetPro, page transition is...
Updated. @xjiujiu Please try the latest code in master branch. The js file should work correctly for multiple entering.
What's "finger slide"? Do you mean scroll page up/down using finger? Your code displayed as following. 
It works fine on iPhone 6 Plus iOS 9. Could you please let me know your test device? Thanks.
It should be possible. Let me check the code tonight.
Just implemented the feature. Put below line of code to enable events for objects inside a group. ``` javascript canvas.fireEventForObjectInsideGroup = true; ``` Please let me know if it works....
I've updated the code. Now it's able to handle the event in your example. However, if you zoom the group, the coordinates will be changed and the event will lost....