From 1aca790f54d5e3494812d0d264ce5a24a86ca94a Mon Sep 17 00:00:00 2001 From: bobzel Date: Wed, 13 Sep 2023 14:03:27 -0400 Subject: from last .. fixed dash array and endcaps for filled strokes --- src/client/util/InteractionUtils.tsx | 1 - src/client/views/InkingStroke.tsx | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/client/util/InteractionUtils.tsx b/src/client/util/InteractionUtils.tsx index 464643b09..4e32ed67f 100644 --- a/src/client/util/InteractionUtils.tsx +++ b/src/client/util/InteractionUtils.tsx @@ -162,7 +162,6 @@ export namespace InteractionUtils { diff --git a/src/client/views/InkingStroke.tsx b/src/client/views/InkingStroke.tsx index 34502cd64..f5ffff639 100644 --- a/src/client/views/InkingStroke.tsx +++ b/src/client/views/InkingStroke.tsx @@ -433,10 +433,10 @@ export class InkingStroke extends ViewBoxBaseComponent() { StrCast(this.layoutDoc.stroke_lineCap), StrCast(this.layoutDoc.stroke_bezier), !closed || !fillColor || DashColor(fillColor).alpha() === 0 ? 'none' : fillColor, - '', - '', + startMarker, + endMarker, markerScale, - undefined, + StrCast(this.layoutDoc.stroke_dash), inkScaleX, inkScaleY, '', -- cgit v1.2.3-70-g09d2