@@ -43,15 +43,15 @@ def _setup_layers(self):
4343 self .doc .layers .add (name = "TITLE_BLOCK" , color = colors .BLACK )
4444 self .doc .layers .add (name = "FOOTER" , color = colors .BLACK )
4545 self .doc .layers .add (name = "BOUNDARY" , color = colors .RED )
46- self .doc .layers .add ('CONTOUR_MAJOR' , true_color = ezdxf .colors .rgb2int ((127 , 31 , 0 )), linetype = "CONTINUOUS " , lineweight = 35 )
47- self .doc .layers .add ('CONTOUR_MINOR' , true_color = ezdxf .colors .rgb2int ((127 , 31 , 0 )), linetype = "CONTINUOUS " ,
46+ self .doc .layers .add ('CONTOUR_MAJOR' , true_color = ezdxf .colors .rgb2int ((127 , 31 , 0 )), linetype = "Continuous " , lineweight = 35 )
47+ self .doc .layers .add ('CONTOUR_MINOR' , true_color = ezdxf .colors .rgb2int ((127 , 31 , 0 )), linetype = "Continuous " ,
4848 lineweight = 18 )
4949 self .doc .layers .add ('CONTOUR_LABELS' , true_color = ezdxf .colors .rgb2int ((127 , 31 , 0 )))
50- self .doc .layers .add ('TIN_MESH' , color = colors .GRAY , linetype = "CONTINUOUS " ,
50+ self .doc .layers .add ('TIN_MESH' , color = colors .GRAY , linetype = "Continuous " ,
5151 lineweight = 9 )
52- self .doc .layers .add ('GRID_MESH' , color = colors .LIGHT_GRAY , linetype = "DOT " ,
52+ self .doc .layers .add ('GRID_MESH' , color = colors .LIGHT_GRAY , linetype = "Dot " ,
5353 lineweight = 9 )
54- self .doc .layers .add ('SPOT_HEIGHTS' , true_color = ezdxf .colors .rgb2int ((205 , 105 , 40 )), linetype = "CONTINUOUS " ,
54+ self .doc .layers .add ('SPOT_HEIGHTS' , true_color = ezdxf .colors .rgb2int ((205 , 105 , 40 )), linetype = "Continuous " ,
5555 lineweight = 25 )
5656
5757 def setup_beacon_style (self , type_ : str = "box" , size : float = 1.0 ):
0 commit comments