mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-26 02:39:41 +02:00
Fix foreignObject issue
This commit is contained in:
@@ -48,7 +48,7 @@ function svgCreateDefs (svg) {
|
||||
.attr('y', config.nodeLabel.y)
|
||||
.attr('class', 'node-label')
|
||||
.attr('requiredFeatures', 'http://www.w3.org/TR/SVG11/feature#Extensibility')
|
||||
.append('xhtml:p')
|
||||
.append('p')
|
||||
.html('')
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user