Skip to content

Commit ae309e9

Browse files
committed
Fix stroke dash array for polygons
1 parent 17f93c0 commit ae309e9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

components/polygon.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ function view(args, { offScaleX, offScaleY, showSolution }) {
3333
.join(' ')} Z`,
3434
style: {
3535
strokeWidth: args.strokeWidth,
36+
strokeDasharray: args.strokeDasharray,
3637
stroke: args.color,
3738
fill: args.fill,
3839
},

0 commit comments

Comments
 (0)