Skip to content

Commit

Permalink
doc: revisions to examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Zen-CODE committed Mar 23, 2015
1 parent 0b983ed commit 97f7aea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/canvas/stencil_canvas.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
============
This is a test of the stencil graphics instruction inside the stencil view
widget. When you use a stencil, every draw outside the bounding box of the
stencil view will be avoid. All the graphics will draw only in the stencil view.
widget. When you use a stencil, nothing will be drawn outside the bounding
box. All the graphics will draw only in the stencil view.
You can "draw" a stencil view by touch & draw. The touch down will set the
position, and the drag will set the size.
Expand Down

0 comments on commit 97f7aea

Please sign in to comment.