Jero Soler

Results 367 comments of Jero Soler

Hello Not yet. I have not had time. And it is an advanced function. Jero

Working... ![image](https://user-images.githubusercontent.com/30957047/88966240-4a3de680-d2ac-11ea-9ef3-6fa57a3c1143.png)

I just uploaded a new version with the reroutes. https://github.com/jerosoler/Drawflow/commit/bbe7ae033f7c0c9d0b33505478383188623c1dc8 Active reroute connections. Use before `start` or `import`. ```javascript editor.reroute = true; ``` New events: Event | Return | Description...

Fix bug for removeNodeOutput and removeNodeInput on version 0.0.17 😉

The problem is the css. Have you copied the css file? The new css: ```css .drawflow .connection .point { cursor: move; stroke: black; stroke-width: 2; fill: white; transform: translate(-9999px, -9999px);...

Hi @icabbi-joegarlick If I realized that. So the central connections are linear. Example: ![image](https://user-images.githubusercontent.com/30957047/89118379-9e5feb00-d4a5-11ea-8db4-8ac3c046f4f6.png) The solution is to add more points. (It is not the best solution) I will look...

New system of connections for reroute. Examples: **Before** ![image](https://user-images.githubusercontent.com/30957047/89129491-0fcb8800-d4fe-11ea-9dae-db5535a1e094.png) **After** ![image](https://user-images.githubusercontent.com/30957047/89129501-2376ee80-d4fe-11ea-91fe-861555faa53f.png) **Before** ![image](https://user-images.githubusercontent.com/30957047/89129527-4d301580-d4fe-11ea-9e66-70cd2f73e608.png) **After** ![image](https://user-images.githubusercontent.com/30957047/89129538-5d47f500-d4fe-11ea-8853-5f98bd12ed28.png) **Method curved default** ![image](https://user-images.githubusercontent.com/30957047/89129562-8b2d3980-d4fe-11ea-99a2-12d580287fc8.png) New function for suscribe the curvature: ```javascript editor.createCurvature = function(start_pos_x, start_pos_y,...

Hello Do you follow an order when adding the points? This happens to you when a point is added before a previous point? The points follow an order. Jero

Hey!! I just updated: https://github.com/jerosoler/Drawflow/commit/75fbb340b52644ed27f4a5bcdef9832321f6baf1 Try adding: ```javascript editor.reroute_fix_curvature = true; ``` Jero

Hello @icabbi-joegarlick Could you draw the curve you are commenting on above the image? Have you tried playing with the following values? ```javascript editor.curvature = 0.5; // Default no reroute...