diff cagou/core/image.py @ 134:1cca97e27a69

core (common): new Symbol widget: it uses font icon to display a symbol by name (should move to direct svg rendering once it's stable in Kivy). bg_color property allows to change background color. margin property allows to display a margin around the symbol
author Goffi <goffi@goffi.org>
date Fri, 06 Apr 2018 16:13:08 +0200
parents cd99f70ea592
children 1b835bcfa663
line wrap: on
line diff
--- a/cagou/core/image.py	Fri Apr 06 16:13:08 2018 +0200
+++ b/cagou/core/image.py	Fri Apr 06 16:13:08 2018 +0200
@@ -81,4 +81,3 @@
             self.source = self.source[7:]
         else:
             super(AsyncImage, self)._load_source(*args)
-