Lines Matching full:outline
796 * "outline": positive number
809 [('fillcolor', 'black'), ('outline', 1), ('pencolor', 'red'),
816 [('fillcolor', ''), ('outline', 1), ('pencolor', 'yellow'),
821 [('fillcolor', 'green'), ('outline', 1), ('pencolor', 'red'),
867 If turtleshape is a polygon, the outline of that polygon is drawn with the
954 If turtleshape is a polygon, outline and interior of that polygon is drawn
1131 stretchfactor and outlinewidth (outline), which are set by
1146 .. function:: shapesize(stretch_wid=None, stretch_len=None, outline=None)
1147 turtlesize(stretch_wid=None, stretch_len=None, outline=None)
1151 :param outline: positive number
1153 Return or set the pen's attributes x/y-stretchfactors and/or outline. Set
1157 stretchfactor in direction of its orientation, *outline* determines the width
1158 of the shapes's outline.
1168 >>> turtle.shapesize(outline=8)
1943 .. method:: addcomponent(poly, fill, outline=None)
1947 :param outline: a color for the poly's outline (if given)