updated viewbox to prevent clipping

This commit is contained in:
Rares Mardare 2022-10-04 11:32:06 +03:00
parent d0a59a6755
commit 775bece356

View file

@ -33,7 +33,7 @@ export default function ScheduleBorderedAvatar({
function renderSVG() {
return (
<>
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width={width} height={height} viewBox="-10 -10 220 220">
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width={width} height={height} viewBox="-20 -10 240 230">
<g fill="none" strokeWidth="35" transform="translate(100,100)">
{renderColorPaths(colors)}
</g>