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.
我是基维的新手。我需要创建一个经典的模拟时钟。
我的问题是:如何将 svg 图形绘制到 kivy 画布中?
Kivy master 现在有实验性的 SVG 支持。它将在 1.9.0 中发布。
更多信息请访问:
@incognick
无需使用任何其他库。使用 Kivy 本身制作一个小部件。
为此,首先将 kivy.widget.Widget 子类化,然后定义一个带有一些 kivy.graphics.Instruction 的画布。
更多细节在这里。