Created by: zeffii
implement obvious fixes using node.absolute_location
as an abstraction of recursive lookup
@property
def absolute_location(self):
""" does not return a vactor, it returns a: tuple(x, y) """
return recursive_framed_location_finder(self, self.location[:])