mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-17 07:48:33 +03:00
Modified cluster styling to have gradients
This commit is contained in:
13
src/components/presentational/Map/DefsClusters.jsx
Normal file
13
src/components/presentational/Map/DefsClusters.jsx
Normal file
@@ -0,0 +1,13 @@
|
||||
import React from 'react'
|
||||
|
||||
const DefsClusters = () => (
|
||||
<defs>
|
||||
<radialGradient id="myGradient">
|
||||
<stop offset="10%" stop-color="red" />
|
||||
<stop offset="95%" stop-color="black" />
|
||||
{/* <stop offset="95%" stop-color="red" /> */}
|
||||
</radialGradient>
|
||||
</defs>
|
||||
)
|
||||
|
||||
export default DefsClusters
|
||||
Reference in New Issue
Block a user