mirror of
				https://github.com/mermaid-js/mermaid.git
				synced 2025-11-04 04:44:08 +01:00 
			
		
		
		
	Fix for defect #180, SVG foreignObject rendering
This commit is contained in:
		@@ -27,5 +27,14 @@
 | 
			
		||||
            Ali#45;ce->>John: Hello John, how are you? #60;
 | 
			
		||||
            John-->>Alice: Great!#quot;
 | 
			
		||||
        </div>
 | 
			
		||||
        <div class="mermaid" id="i211">
 | 
			
		||||
            graph LR;
 | 
			
		||||
            A[Hard edge]-->|Link text|B(Round edge);
 | 
			
		||||
            B-->C{Decision};
 | 
			
		||||
            C-->|One|D[Result one];
 | 
			
		||||
            C-->|Two|E[Result two];
 | 
			
		||||
            classDef pink fill:#f9f,stroke:#333,stroke-width:4px;
 | 
			
		||||
            class C pink;
 | 
			
		||||
        </div>
 | 
			
		||||
    </body>
 | 
			
		||||
</html>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user