Skip to content

Commit

Permalink
#5497 – Refactor (SnakeModeSideChainBondRenderer): Delete the useless…
Browse files Browse the repository at this point in the history
… `.attr('stroke-dasharray', '0')`
  • Loading branch information
DmitriiP-EPAM committed Dec 6, 2024
1 parent cfe6f84 commit b9c20c0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ export class SnakeModeSideChainBondRenderer {
.attr('d', pathDAttributeValue)
.attr('pointer-events', 'stroke')
.attr('stroke', '#43b5c0')
.attr('stroke-dasharray', '0')
.attr('stroke-width', '1')
.attr('fill', 'none');
}
Expand Down

0 comments on commit b9c20c0

Please sign in to comment.