Fix clip path in avatar

This commit is contained in:
Ramon Wenger 2020-02-27 16:06:11 +01:00
parent ba1f518816
commit 82aa0f5bd4
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<template>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 400 400">
<defs>
<clipPath id="clip-path">
<clipPath id="avatar-clip-path">
<circle class="cls-1" cx="200" cy="200" r="197"/>
</clipPath>
</defs>
@ -38,7 +38,7 @@
}
.cls-3 {
clip-path: url(#clip-path);
clip-path: url(#avatar-clip-path);
}
.cls-4 {