Fix clip path in avatar
This commit is contained in:
parent
ba1f518816
commit
82aa0f5bd4
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue