From c548a8e02e0d97cb3266e109928d4a75990ab2b6 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: May 23 2011 23:20:08 +0000 Subject: Update render_svg_checkAbsref.sh. --- diff --git a/Scripts/Functions/Render/render_svg_checkAbsref.sh b/Scripts/Functions/Render/render_svg_checkAbsref.sh index 3a519f4..c198c5f 100755 --- a/Scripts/Functions/Render/render_svg_checkAbsref.sh +++ b/Scripts/Functions/Render/render_svg_checkAbsref.sh @@ -77,9 +77,11 @@ function render_svg_checkAbsref { # corporate identity manual. if [[ ! -f $BG_SRC_FILE ]];then - # Define plain color for the source background file - # the required background information is cropped from. - BG_SRC_FILE_COLOR='rgb:20/4C/8D' + # Define plain color that will be used as background. + BG_SRC_FILE_COLOR=$(render_svg_getColors) + + # Verify format of color value. + render_svg_checkColorFormats $BG_SRC_FILE_COLOR --format='rrggbb' # Define width for the source background file the # required background information is cropped from.