Hint: Smoothing softens the curve shape of rounded corners [OK]
Common Mistakes:
Thinking smoothing removes rounding
Confusing smoothing with corner radius size
Assuming corners become square with smoothing
4. You set a corner radius of 15 but the corners still look sharp. What is the most likely reason?
medium
A. The fill color is transparent, hiding the corners.
B. The shape is not selected, so changes don't apply.
C. The corner radius input was set to 150 by mistake.
D. The smoothing value is set to 0%, making corners angular.
Solution
Step 1: Analyze corner radius and smoothing interaction
Even with corner radius set, smoothing controls how curved the corners appear. At 0%, corners remain angular despite radius.
Step 2: Check other options
Selection and input errors would cause no change or wrong radius, but sharp corners with radius 15 usually mean smoothing is zero.
Final Answer:
The smoothing value is set to 0%, making corners angular. -> Option D
Quick Check:
Smoothing 0% = sharp corners despite radius [OK]
Hint: Check smoothing slider if corners stay sharp [OK]
Common Mistakes:
Ignoring smoothing effect on corner shape
Assuming fill color affects corner rounding
Not verifying shape selection before editing
5. You want to create a dashboard bar chart with bars that have soft, natural corners. Which combination of corner radius and smoothing should you use?
hard
A. Corner radius 15, smoothing 50%
B. Corner radius 0, smoothing 100%
C. Corner radius 30, smoothing 0%
D. Corner radius 5, smoothing 0%
Solution
Step 1: Define soft, natural corners
Soft corners require a noticeable corner radius and smoothing to curve the edges naturally.
Step 2: Evaluate options
Corner radius 15, smoothing 50% has a moderate radius (15) and smoothing (50%) which creates soft, natural curves. Others either have zero radius or zero smoothing, resulting in sharp or no rounding.
Final Answer:
Corner radius 15, smoothing 50% -> Option A
Quick Check:
Soft corners = radius + smoothing > 0 [OK]
Hint: Use both radius and smoothing above zero for soft corners [OK]