change map bot extents line style

This commit is contained in:
gabrielburnworth 2017-09-02 14:33:35 -07:00
parent 3ab449d04c
commit c02c4c604e

View file

@ -35,7 +35,8 @@ export class BotExtents extends
const homeLength = getXYFromQuadrant(homeLengthX, homeLengthY, quadrant);
const homeZero = getXYFromQuadrant(2, 2, quadrant);
return <g id="extents" strokeWidth="5" strokeLinecap="square" stroke="#434343">
return <g id="extents"
strokeWidth="4" strokeLinecap="square" stroke="rgba(0, 0, 0, 0.2)" strokeDasharray="12">
<g id="home-lines">
{stopAtHomeX &&
<line x1={homeZero.qx} y1={homeZero.qy} x2={homeZero.qx} y2={homeLength.qy} />