Fix for defect #180, SVG foreignObject rendering

This commit is contained in:
knsv
2015-10-04 21:18:05 +02:00
parent 122274bf52
commit 8258fb059c
9 changed files with 870 additions and 852 deletions

View File

@@ -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>