SunnyXu / SBMLDiagrams

MIT License
5 stars 1 forks source link

setBezierReactionType(id, bezier) #24

Closed hsauro closed 2 years ago

hsauro commented 2 years ago

In the method:

setBezierReactionType(id, bezier)

what does it mean if bezier is set to false, does it mean draw straight line segments?

SunnyXu commented 2 years ago

bezier: bool-bezier reaction (True as default) or not (False as straightline). updated in doc (https://github.com/SunnyXu/SBMLDiagrams/commit/16a0285f7920be633c1d9731e2369ac22bfe1f6b)