Removing the "i" symbol on the reticle.
This commit is contained in:
parent
3b86f143c7
commit
bdc527ae05
|
@ -138,26 +138,6 @@ const Reticle: React.FC<{}> = () => {
|
|||
>
|
||||
{`${radiusUnitValue * nbUnits} ${radiusUnit}`}
|
||||
</text>
|
||||
<circle
|
||||
cx={center.x + unitPxStep * nbUnits - 15}
|
||||
cy={center.y - 32}
|
||||
r={10}
|
||||
fill='white'
|
||||
opacity={0.8}
|
||||
strokeWidth={1}
|
||||
stroke='black'
|
||||
cursor='pointer'
|
||||
pointerEvents='visible'
|
||||
/>
|
||||
<text
|
||||
cursor='pointer'
|
||||
x={center.x + unitPxStep * nbUnits - 17}
|
||||
y={center.y - 27}
|
||||
style={{ fontFamily: 'fixed', fontSize: 17, fontWeight: 'bolder' }}
|
||||
pointerEvents='none'
|
||||
>
|
||||
i
|
||||
</text>
|
||||
</g>
|
||||
);
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue