From b7e6f66a3db897dba1e3de9f5f8584afc725eba6 Mon Sep 17 00:00:00 2001 From: cTn Date: Wed, 19 Nov 2014 19:36:11 +0100 Subject: [PATCH] add adjusted svg graphics for V tail and A tail quad from norem #58 --- resources/motor_order/atail_quad.svg | 43 ++++++++++++++++++++++++++++ resources/motor_order/vtail_quad.svg | 4 +-- tabs/configuration.js | 2 +- 3 files changed, 46 insertions(+), 3 deletions(-) create mode 100644 resources/motor_order/atail_quad.svg diff --git a/resources/motor_order/atail_quad.svg b/resources/motor_order/atail_quad.svg new file mode 100644 index 00000000..f8adf32d --- /dev/null +++ b/resources/motor_order/atail_quad.svg @@ -0,0 +1,43 @@ + + + + + + +]> + + + + + + 4 + + + + + + 3 + + + + + + 2 + + + + + + 1 + + + diff --git a/resources/motor_order/vtail_quad.svg b/resources/motor_order/vtail_quad.svg index f8adf32d..5a57db0a 100644 --- a/resources/motor_order/vtail_quad.svg +++ b/resources/motor_order/vtail_quad.svg @@ -22,7 +22,7 @@ c0,9.83-7.96,17.79-17.79,17.79C49.64,90.26,41.67,82.3,41.67,72.47z"/> - 3 + 1 - 1 + 3 diff --git a/tabs/configuration.js b/tabs/configuration.js index d11a2026..d1e90b9b 100644 --- a/tabs/configuration.js +++ b/tabs/configuration.js @@ -59,7 +59,7 @@ TABS.configuration.initialize = function (callback, scrollPosition) { {name: 'PPM to SERVO', image: 'custom'}, {name: 'Dualcopter', image: 'custom'}, {name: 'Singlecopter', image: 'custom'}, - {name: 'A-tail Quad', image: 'custom'}, + {name: 'A-tail Quad', image: 'atail_quad'}, {name: 'Custom', image: 'custom'} ];