1

在 ubuntu 18python-rsvg中不作为一个包提供。我需要将 svg 渲染到 pyCairo 上下文,基本上:

handle = rsvg.Handle(path_to_svg_file)
handle.render_cairo(context)

是否有替代的 python 绑定rsvg,或者我可以做到这一点的不同方式rsvg在 python 2 上是否有效?

4

0 回答 0