Podcast
Questions and Answers
What is the range of values for opacity?
What is the range of values for opacity?
- Between 0 and 255
- Between 0 and 1
- Between 0 and 100 (correct)
- Between 1 and 1000
What is the default gradient type?
What is the default gradient type?
- Radial gradient (correct)
- Circular gradient
- Angular gradient
- Linear gradient
What is the default line width?
What is the default line width?
- 10
- 5
- 1
- 2 (correct)
How do you draw a circle?
How do you draw a circle?
What is the range of values for the roundness of a star?
What is the range of values for the roundness of a star?
How do you draw a polygon?
How do you draw a polygon?
What is the default fill color for a rectangle?
What is the default fill color for a rectangle?
What is the default border width?
What is the default border width?
What is the purpose of the dashes argument in drawing a rectangle?
What is the purpose of the dashes argument in drawing a rectangle?
How do you specify a custom color using RGB values?
How do you specify a custom color using RGB values?
What is the coordinate system used on the canvas?
What is the coordinate system used on the canvas?
What happens when you draw a shape with a fill set to None?
What happens when you draw a shape with a fill set to None?