Skip to content

Commit

Permalink
edit points, default style
Browse files Browse the repository at this point in the history
  • Loading branch information
birm authored Jan 16, 2025
1 parent add7303 commit a8e0e7a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/extension/openseadragon-overlays-manage.js
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,10 @@
drawEditPoints: function(ctx, pathData, style) {
if (!pathData) return;

if (style == undefined || style == null){
style = {"color": "#FF6296"};
}

this.editPointPathList = [];
pathData = pathData.geometry.coordinates;
ctx.lineJoin = 'round';
Expand Down

0 comments on commit a8e0e7a

Please sign in to comment.