Closed ghn closed 9 years ago
Hey there. Thanks for the filing the issue, but I couldn't reproduce with the information given. Can you provide a complete, runnable, example that exercises the bug?
oops, in fact the problem came from my own code. Sorry :)
Hi, plugin works fine except when calling
.attr("transform", translate) .attr("transform", translate) .attr("transform", translate)
==> we've got 3 "translate" in the same "transform" attribute.