Skip to content

Conversation

ctzurcanu
Copy link

No description provided.

@adrai
Copy link
Owner

adrai commented Sep 18, 2015

It would be nice if flowchart.js could detect if it's raphael or svg and handle both libs...

@ctzurcanu
Copy link
Author

please see the example. some things I did not know how to adapt. yes. I can do this hackish solution in raphaela:

Raphael.prototype.type = function(){
    return "svg.js";
}

while Raphael would return the string "SVG", Raphaela would "svg.js".

@ctzurcanu ctzurcanu closed this Sep 18, 2015
@ctzurcanu ctzurcanu reopened this Sep 18, 2015
@adrai
Copy link
Owner

adrai commented Sep 19, 2015

something in this direction: oro8oro#1

raphael and raphaela compatible
@mimidbe
Copy link

mimidbe commented Jun 18, 2019

hello!
could you insert iteration like:

iter=>iteration: for i in [0, 1, 2, 3]
op1=>operation: My Operation1
op2=>operation: My Operation2

iter(yes)-> op1(bottom)->op2(right) ->iter
iter(no)->

image

it would be nice!
many thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants