dev #3

Merged
syoul merged 3 commits from dev into main 2026-04-22 02:10:39 +02:00
Showing only changes of commit 782b063b25 - Show all commits
+1 -1
View File
@@ -330,7 +330,7 @@ export function FlowMap({ arcs, focusCity, onCityClick }: FlowMapProps) {
style={{ cursor: 'default' }} style={{ cursor: 'default' }}
> >
{/* Zone de hit invisible plus large */} {/* Zone de hit invisible plus large */}
<path d={a.path} fill="none" stroke="transparent" strokeWidth={Math.max(4, a.strokeW + 2)} /> <path d={a.path} fill="none" stroke="transparent" strokeWidth={Math.max(2, a.strokeW)} />
<path d={a.path} fill="none" stroke={a.stroke} strokeWidth={a.strokeW} strokeLinecap="round" /> <path d={a.path} fill="none" stroke={a.stroke} strokeWidth={a.strokeW} strokeLinecap="round" />
<polygon points={a.arrowPts} fill={a.arrowFill} /> <polygon points={a.arrowPts} fill={a.arrowFill} />
</g> </g>