Use active stroke/fill/text settings for shapes and notes

Change-Id: Idacd0f883435da387ce301db2dc6d919a2bb3be4
This commit is contained in:
Johan Jeppsson
2020-11-18 16:46:02 +01:00
parent 8b5aaed92a
commit 0e7da09685
2 changed files with 6 additions and 5 deletions

View File

@@ -1727,10 +1727,10 @@ var SpacedeckSections = {
z: point.z,
w: w,
h: h,
stroke_color: "#ffffff",
text_color: "#ffffff",
stroke_color: this.active_style.stroke_color,
text_color: this.active_style.text_color,
stroke: 0,
fill_color: "#000000",
fill_color: this.active_style.fill_color,
shape: shape_type,
valign: "middle",
align: "center",