`rect_to_poly`在`geom_hilight`中有使用,<https://github.com/YuLab-SMU/ggtree/blob/devel/R/geom_hilight.R#L200>,然而这个函数有问题,而且已经被`ggplot2`移除了,<https://github.com/tidyverse/ggplot2/pull/5081>. 所以我们也需要对接一下,参考`ggplot2`中新的实现,因为老的实现如果直接搬过来的话,那问题依然存在,在使用极坐标时,形状有点问题。