From a308a5425f6f7bed7fc15ba43d9bf3f1894083fa Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Sat, 27 Jul 2013 22:38:22 +0000 Subject: remove extra stuff --- (limited to 'pysamples/svg_end_group.py') diff --git a/pysamples/svg_end_group.py b/pysamples/svg_end_group.py deleted file mode 100644 index 3f5f495..0000000 --- a/pysamples/svg_end_group.py +++ /dev/null @@ -1,21 +0,0 @@ -#Copyright (c) 2009-11, Walter Bender - -# This procedure is invoked when the user-definable block on the -# "extras" palette is selected and expanded to 3 arguments. - -# Usage: Import this code into a Python (user-definable) block. -# In using SVG, it is sometimes useful to divide your drawing into -# groups of elements. You can do that by inserting around -# sections of your code. -# -# Place the svg_start_group.py block at the point in your program -# where you'd like to start a group in your SVG output. -# -# Be sure to use the corresponding svg_end_group.py block to close -# the SVG group definition. - - -def myblock(tw, x): - ''' Add end group to SVG output ''' - - tw.svg_string += '' -- cgit v0.9.1