mirror of
				https://github.com/mermaid-js/mermaid.git
				synced 2025-11-04 04:44:08 +01:00 
			
		
		
		
	Remove black stroke from lollipops so it matches edge paths
This commit is contained in:
		@@ -130,7 +130,6 @@ const lollipop = (elem, type, id) => {
 | 
			
		||||
    .attr('markerHeight', 240)
 | 
			
		||||
    .attr('orient', 'auto')
 | 
			
		||||
    .append('circle')
 | 
			
		||||
    .attr('stroke', 'black')
 | 
			
		||||
    .attr('fill', 'transparent')
 | 
			
		||||
    .attr('cx', 7)
 | 
			
		||||
    .attr('cy', 7)
 | 
			
		||||
@@ -147,7 +146,6 @@ const lollipop = (elem, type, id) => {
 | 
			
		||||
    .attr('markerHeight', 240)
 | 
			
		||||
    .attr('orient', 'auto')
 | 
			
		||||
    .append('circle')
 | 
			
		||||
    .attr('stroke', 'black')
 | 
			
		||||
    .attr('fill', 'transparent')
 | 
			
		||||
    .attr('cx', 7)
 | 
			
		||||
    .attr('cy', 7)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user