const backgroundPathElement = document.createElementNS(
'http://www.w3.org/2000/svg',
'path'
)
backgroundPathElement.setAttribute(
'd',
this.createBackgroundShapeData(labelSize)
)
backgroundPathElement.setAttribute('stroke', '#aaa')
backgroundPathElement.setAttribute('fill', '#fffecd')