|
@@ -395,7 +395,7 @@ class RackElevationHelperMixin:
|
|
|
fill='black'
|
|
fill='black'
|
|
|
)
|
|
)
|
|
|
)
|
|
)
|
|
|
- link.add(drawing.rect(start, end, fill='#{}'.format(color)))
|
|
|
|
|
|
|
+ link.add(drawing.rect(start, end, style='fill: #{}'.format(color), class_='slot'))
|
|
|
hex_color = '#{}'.format(foreground_color(color))
|
|
hex_color = '#{}'.format(foreground_color(color))
|
|
|
link.add(drawing.text(device.name, insert=text, fill=hex_color))
|
|
link.add(drawing.text(device.name, insert=text, fill=hex_color))
|
|
|
|
|
|