-
Notifications
You must be signed in to change notification settings - Fork 86
Description
Hi all,
I am using version 0.3.1 of pyflowchart and got two problems when creating my own flow chart.
First, I would like to change the shapes of the node. I searched around the source files and could spot the codes for changing the fill colours, font size etc and not the shapes of node. May I know where is this line?
Second, when creating my flowcharts, the white spaces in the text of each node become new lines. For example, when I have some node like :
st3=>start: start my function
The text in the output svg or png image will becomes:
start
my
function
I tried to search for some encoding issue when in the block of creating svg image, but failed. May I know how to solve it ?
I would be grateful if any expert could offer me with some advice. Thanks
Kenny