cdfmlr / pyflowchart

Python codes to Flowcharts

Home Page:https://pypi.org/project/pyflowchart/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to save the svg?

glitchyordis opened this issue · comments

Hi, the documentation mentions:
"Then you can visit http://flowchart.js.org/ and translate the generated textual representation into SVG flow chart diagrams"

But how do I download the SVG generated at http://flowchart.js.org/?

I suggest you can open the developer tools (see https://developer.chrome.com/docs/devtools/open/ for help), go Elements tab and copy the svg source code

<svg>...</svg>

from

#demo1 > table > tbody > tr > td.diagram.diagram1 > svg

and paste it into a .svg file.

Or, there are browser extensions help export svgs from webpages (such as SVG Export).