Skip to content

Commit

Permalink
Reversed default prediction outline colors for WSI
Browse files Browse the repository at this point in the history
  • Loading branch information
PrafulB committed Aug 7, 2023
1 parent d2d4f2a commit 827583a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/wsi.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const wsi = {}
const EPSILON = Math.pow(10, -11)

wsi.defaultLabelOverlayColors = ['#33a02c99','#e31a1c99','#1f78b499','#6a3d9a99','#ff7f0099','#b1592899','#a6cee399','#b2df8a99','#fb9a9999','#fdbf6f99','#cab2d699','#ffff9999']
wsi.defaultLabelOverlayColors = ['#e31a1c99','#33a02c99','#1f78b499','#6a3d9a99','#ff7f0099','#b1592899','#a6cee399','#b2df8a99','#fb9a9999','#fdbf6f99','#cab2d699','#ffff9999']

wsi.tileServerPathSuffix = "iiif"
wsi.metadataPathPrefix = "wsi"
Expand Down

0 comments on commit 827583a

Please sign in to comment.