def center_x
          center_x_dependencies = [x_end, calculated_width]
          if center_x_dependencies != @center_x_dependencies
            @center_x_dependencies = center_x_dependencies
            the_x_end, the_calculated_width = center_x_dependencies