mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-26 10:49:38 +02:00
#530 Finished basic unit tests for flow shapes
This commit is contained in:
@@ -54,7 +54,7 @@ function rect_left_inv_arrow(parent, bbox, node) {
|
||||
return shapeSvg;
|
||||
}
|
||||
|
||||
function lean_right (parent, bbox, node) {
|
||||
function lean_right(parent, bbox, node) {
|
||||
const w = bbox.width;
|
||||
const h = bbox.height;
|
||||
const points = [
|
||||
|
Reference in New Issue
Block a user