Änderungen
keine Bearbeitungszusammenfassung
svg.setAttribute('viewBox', (c[0] - (c[2] / 2)) + ' ' + (c[1] - (c[3] / 2)) + ' ' + c[2] + ' ' + c[3]);
svg.setAttribute('height', thumbHeight);
svg.setAttribute('width', (c[2] * 1.5) * ratio);
svg.setAttribute('style', 'margin: 1em 1em 0 0');
top: c[1] + '%',
width: c[2] + '%',
height: (c[3] * 1.5) + '%', marginLeft: (-(c[2] / 2)*-1) + '%', marginTop: (-(c[3] / 2)*-1) + '%'
});