fix(lineage): add upstream arrows back in (#2346)

This commit is contained in:
Gabe Lyons 2021-04-06 15:39:04 -07:00 committed by GitHub
parent cfc02ee196
commit eccf99422a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -103,6 +103,18 @@ export default function LineageViz({
>
<path d="M 0 0 L 10 5 L 0 10 z" fill="#000" />
</marker>
<marker
id="triangle-upstream"
viewBox="0 0 10 10"
refX="0"
refY="5"
markerUnits="strokeWidth"
markerWidth="10"
markerHeight="10"
orient="auto"
>
<path d="M 0 5 L 10 10 L 10 0 L 0 5 z" fill="#000" />
</marker>
<linearGradient id="gradient-Downstream" x1="1" x2="0" y1="0" y2="0">
<stop offset="0%" stopColor="black" />
<stop offset="100%" stopColor="black" stopOpacity="0" />