# HG changeset patch # User Thomas Junk # Date 1563537991 -7200 # Node ID 009e9400bef031f0689e9cbc2c6bba0cf09535af # Parent 6036f8f76f76d86f1f4c1e2ffbe8714d4b38b81d legend for print fixed diff -r 6036f8f76f76 -r 009e9400bef0 client/src/components/fairway/AvailableFairwayDepth.vue --- a/client/src/components/fairway/AvailableFairwayDepth.vue Fri Jul 19 14:02:19 2019 +0200 +++ b/client/src/components/fairway/AvailableFairwayDepth.vue Fri Jul 19 14:06:31 2019 +0200 @@ -304,8 +304,8 @@ this.pdf.doc.roundedRect(x, y + 5, 10, 4, 1.5, 1.5, "FD"); this.pdf.doc.text(this.legend[1], x + 12, y + 8); - this.pdf.doc.setDrawColor(this.$options.COLORS.REST[1]); - this.pdf.doc.setFillColor(this.$options.COLORS.REST[1]); + this.pdf.doc.setDrawColor(this.$options.COLORS.REST[0]); + this.pdf.doc.setFillColor(this.$options.COLORS.REST[0]); this.pdf.doc.roundedRect(x, y + 10, 10, 4, 1.5, 1.5, "FD"); this.pdf.doc.text(this.legend[2], x + 12, y + 13); }