static IntPoint get_hot_spot(const Canvas& canvas){
  auto frameIndex = canvas.GetSelectedFrame();
  return canvas.GetFrame(frameIndex).GetHotSpot();
}