mirror of https://github.com/kivy/kivy.git
16 lines
251 B
Plaintext
16 lines
251 B
Plaintext
|
<ShaderWidget>:
|
||
|
canvas:
|
||
|
Color:
|
||
|
rgb: 1, 1, 1
|
||
|
Rectangle:
|
||
|
texture: self.texture
|
||
|
pos: self.pos
|
||
|
size: self.size
|
||
|
|
||
|
<ScatterImage>:
|
||
|
size: image.size
|
||
|
Image:
|
||
|
id: image
|
||
|
source: root.source
|
||
|
size: self.texture_size
|