mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2026-03-24 16:17:23 +01:00
apply format
This commit is contained in:
parent
ba0ce8e40b
commit
fd3200739f
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ const burgLabelsRenderer = (): void => {
|
||||||
}
|
}
|
||||||
|
|
||||||
labelsHTML.push(
|
labelsHTML.push(
|
||||||
`<text text-rendering="optimizeSpeed" id="burgLabel${labelData.burgId}" data-id="${labelData.burgId}" x="${labelData.x}" y="${labelData.y}" dx="${dx}em" dy="${dy}em">${labelData.text}</text>`
|
`<text text-rendering="optimizeSpeed" id="burgLabel${labelData.burgId}" data-id="${labelData.burgId}" x="${labelData.x}" y="${labelData.y}" dx="${dx}em" dy="${dy}em">${labelData.text}</text>`,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue