fix(jaeger): Avoid use of XML namespace
This made some programs complain about the generated SVG
This commit is contained in:
parent
8474477911
commit
38d101b041
1 changed files with 1 additions and 4 deletions
|
@ -409,10 +409,7 @@ export default function (part) {
|
||||||
|
|
||||||
// Instructions
|
// Instructions
|
||||||
paths.breakLine.attr('data-text', 'breakLine').attr('data-text-class', 'center')
|
paths.breakLine.attr('data-text', 'breakLine').attr('data-text-class', 'center')
|
||||||
paths.flb
|
paths.flb.attr('data-text', 'facingLiningBoundary')
|
||||||
.attr('data-text-xml:space', 'preserve')
|
|
||||||
.attr('data-text', ' ')
|
|
||||||
.attr('data-text', 'facingLiningBoundary')
|
|
||||||
|
|
||||||
// Grainline
|
// Grainline
|
||||||
macro('grainline', {
|
macro('grainline', {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue