mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-07 17:23:54 +09:00
update linr
This commit is contained in:
@ -1,11 +1,11 @@
|
||||
<template>
|
||||
<svg class="mbcofsoe" viewBox="0 0 10 10" preserveAspectRatio="none">
|
||||
<circle v-for="(angle, i) in graduations"
|
||||
:key="i"
|
||||
:cx="5 + (Math.sin(angle) * (5 - graduationsPadding))"
|
||||
:cy="5 - (Math.cos(angle) * (5 - graduationsPadding))"
|
||||
:r="i % 5 == 0 ? 0.125 : 0.05"
|
||||
:fill="i % 5 == 0 ? majorGraduationColor : minorGraduationColor"
|
||||
:key="i"
|
||||
/>
|
||||
|
||||
<line
|
||||
|
Reference in New Issue
Block a user