From 2d80f32ab5bd5b83cc882d39219048f9708f84d6 Mon Sep 17 00:00:00 2001 From: Charles Merriam Date: Sun, 1 Feb 2015 21:11:32 -0800 Subject: [PATCH] examples/canvas/repeat_texture.py Update docstring --- examples/canvas/repeat_texture.py | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/examples/canvas/repeat_texture.py b/examples/canvas/repeat_texture.py index 43903971c..22bc99783 100644 --- a/examples/canvas/repeat_texture.py +++ b/examples/canvas/repeat_texture.py @@ -1,8 +1,11 @@ ''' -Demonstrate repeating textures -============================== +Repeat Texture on Resize +======================== -This was a test to fix an issue with repeating texture and window reloading. +This examples repeats the letter 'K' (mtexture1.png) 64 times in a window. +You should see 8 rows and 8 columns of white K letters, along a label +showing the current size. As you resize the window, it stays an 8x8. +This example includes a label on a background. ''' from kivy.app import App