mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-15 05:19:58 +02:00
#2088 Add the possibility to theme forks and joins using theme variables
This commit is contained in:
@@ -567,8 +567,6 @@ const forkJoin = (parent, node, dir) => {
|
||||
|
||||
const shape = shapeSvg
|
||||
.append('rect')
|
||||
.style('stroke', 'black')
|
||||
.style('fill', 'black')
|
||||
.attr('x', (-1 * width) / 2)
|
||||
.attr('y', (-1 * height) / 2)
|
||||
.attr('width', width)
|
||||
|
Reference in New Issue
Block a user