Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

included raphaela, small changes #63

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

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.

None yet

3 participants