Closed GoogleCodeExporter closed 8 years ago
can you please provide a link to either a demo page or something on jsfiddle. i
can't debug this without looking at some code.
Original comment by simon.po...@gmail.com
on 20 Dec 2012 at 8:01
Yeah thats always my problem =). This has grown so complex that i can't really
provide a simple demo. Ill try to exctract some example.
In the mean time can you point me to the part of the code that draws the
circle? Maybe i can debug it locally.
Original comment by mfc...@gmail.com
on 20 Dec 2012 at 8:04
each connector type is painted by a renderer, of which there is one for each of
canvas, svg and vml. so, look for a line like this in the code:
jsPlumb.Connectors.svg.StateMachine
that's line 8569 in this file
https://github.com/sporritt/jsPlumb/blob/master/build/1.3.16/js/jquery.jsPlumb-1
.3.16-all.js
Original comment by simon.po...@gmail.com
on 20 Dec 2012 at 8:12
closing this. the code has changed - will have changed - when 1.4.0 comes out.
if it;s still an issue feel free to reopen.
Original comment by simon.po...@gmail.com
on 9 Jan 2013 at 9:28
Original issue reported on code.google.com by
mfc...@gmail.com
on 20 Dec 2012 at 7:37