From dffe80fb5f380c1c9820987dcbd7cfbe859b3754 Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Tue, 10 Dec 2019 10:53:53 -0500 Subject: [PATCH] Taper the point marker shape somewhat (re: #6163) --- modules/svg/points.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/svg/points.js b/modules/svg/points.js index 27090df02..49fd577de 100644 --- a/modules/svg/points.js +++ b/modules/svg/points.js @@ -10,7 +10,7 @@ export function svgPoints(projection, context) { selection .attr('class', klass) .attr('transform', 'translate(-9, -24)') - .attr('d', 'M6,17.75 C4,16.9 0.5,14.47 0.5,9.5 C0.5,4.53 4.53,0.5 9.5,0.5 C14.47,0.5 18.5,4.53 18.5,9.5 C18.5,14.47 15,16.9 13,17.75 C11.6667,18.3167 10.5,20.2333 9.5,23.5 C8.5,20.2333 7.3333,18.3167 6,17.75 Z'); + .attr('d', 'M9.5,24 L9.256,23.476 C8.1125,21.017 6.524,18.791 4.572,16.91 C1.857,14.295 0.5,11.825 0.5,9.5 C0.5,4.53 4.53,0.5 9.5,0.5 C14.471,0.5 18.5,4.529 18.5,9.5 C18.5,11.825 17.143,14.295 14.428,16.91 L14.43,16.91 C12.476,18.79 10.89,21 9.74,23.48 L9.5,24 Z'); } function sortY(a, b) {