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.
ウィジェットを作成し、そのキャンバスに円を描くと、円の輪郭が滑らかになりません。それを修正するには、かつて ImageWidget で行ったように、EffectWidget が役立つと考えました。しかし、キャンバスに円を描いた後に FXAAEffect を有効にしても、何も変わりませんでした。Python Kivy's Canvas の AntiAliasing を直接有効にする方法はありますか? (画像だけでも構いません)
私は使っている
effects: ew.HorizontalBlurEffect(size=0.1), ew.VerticalBlurEffect(size=0.1), ew.FXAAEffect()