From 7ad4af570ad99bcc96c450f4da61684601d2db6c Mon Sep 17 00:00:00 2001 From: Jacek Grzybowski Date: Tue, 20 Jun 2017 10:30:30 +0200 Subject: [PATCH] add strokeDashoffset prop to LinePath --- packages/vx-shape/src/shapes/LinePath.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/vx-shape/src/shapes/LinePath.js b/packages/vx-shape/src/shapes/LinePath.js index e2869be8f..f6314275c 100644 --- a/packages/vx-shape/src/shapes/LinePath.js +++ b/packages/vx-shape/src/shapes/LinePath.js @@ -14,6 +14,7 @@ export default function LinePath({ stroke = 'steelblue', strokeWidth = 2, strokeDasharray = '', + strokeDashoffset = 0, fill = 'none', curve = curveLinear, glyph, @@ -31,6 +32,7 @@ export default function LinePath({ stroke={stroke} strokeWidth={strokeWidth} strokeDasharray={strokeDasharray} + strokeDashoffset={strokeDashoffset} fill={fill} /> {glyph &&