I want draw a line like C.
And I want to change width of the line easily.
If background layer color is not transparent, I can draw the line using combination of ellipse stroke and filled triangle which color is the same as background.
The filled triangle hides the part of the ellipse stroke.
But if background layer is transparent.
I can not transparentize part of ellipse stroke because transparent triangle doesn't hide the ellipse line.