Skip to content

Commit

Permalink
Update packages/mermaid/src/dagre-wrapper/markers.js
Browse files Browse the repository at this point in the history
Co-authored-by: Alois Klink <alois@aloisklink.com>
  • Loading branch information
jgreywolf and aloisklink committed Aug 27, 2023
1 parent c323293 commit 67ff83a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mermaid/src/dagre-wrapper/markers.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const getSvgParent = (elem) => {
* - If the parent background color is a partial transparency,
* the arrowhead will also be partially transparent.
* - More complicated backgrounds like pictures/animations won't work.
* @param elem
* @param elem The SVG element.
*/
const getBackgroundColor = (elem) => {
let parent = getSvgParent(elem);
Expand Down

0 comments on commit 67ff83a

Please sign in to comment.