mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
revert to http
This commit is contained in:
parent
7ca13fd163
commit
4f218435e3
@ -48,7 +48,7 @@ function svgCreateDefs(svg) {
|
||||
.attr('x', config.nodeLabel.x)
|
||||
.attr('y', config.nodeLabel.y)
|
||||
.attr('class', 'node-label')
|
||||
.attr('requiredFeatures', 'https://www.w3.org/TR/SVG11/feature#Extensibility')
|
||||
.attr('requiredFeatures', 'http://www.w3.org/TR/SVG11/feature#Extensibility')
|
||||
.append('p')
|
||||
.html('');
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user