Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNavFlight/inav-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstronnag <jh+github@daria.co.uk>2015-11-11 20:20:31 +0300
committerstronnag <jh+github@daria.co.uk>2015-11-11 20:20:31 +0300
commit0876495b02b249d3a3f3b107ab48930d63c725f9 (patch)
tree8220c991bd60ebb602633a830368d747fc7389bd /support
parentb466c9d2b9f8a130ade68ab28b5a164a5961b2e2 (diff)
Update svg_model_motors.rb
remove literal colour
Diffstat (limited to 'support')
-rwxr-xr-xsupport/svg_model_motors.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/svg_model_motors.rb b/support/svg_model_motors.rb
index d71d5f77..4ca0a28c 100755
--- a/support/svg_model_motors.rb
+++ b/support/svg_model_motors.rb
@@ -122,7 +122,7 @@ class Model
# Draw a circle, perhaps with directional arrows
# lyoffset, lxoffset change label position
def draw_circle x,y,label,dirn=CCW,loc=NE,fill=nil,colour=nil,lyoffset=0,lxoffset=0
- col = (colour||'#54AD1D')
+ col = (colour||CIRCLE_GREEN)
@cr.set_font_size(@radius)
@cr.set_line_join(Cairo::LINE_JOIN_MITER)
@cr.set_line_width(3)