Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 ubuntu 18python-rsvg中不作为一个包提供。我需要将 svg 渲染到 pyCairo 上下文,基本上:
python-rsvg
handle = rsvg.Handle(path_to_svg_file) handle.render_cairo(context)
是否有替代的 python 绑定rsvg,或者我可以做到这一点的不同方式rsvg在 python 2 上是否有效?
rsvg