Stroke not aligned with Fill
Stroke is not aligned with Fill
When Drawing, the stroke is not rendered on the actual place where it's placed and not properly aligned with Fill
It looks like your path using a brush applied to it, and it’s a loose and wobbling brush tip, not following the centerline. The fill knows nothing about the brush tip and strictly follows the vector path, unlike brush.
To solve the problem, you’d either have to use a different brush and make the path look wobbly at the object level with other means, like Roughen effect, or expand the appearance of the objects and fix the fill manually.
-
Anonymous commented
Stroke is not aligned with Fill
When Drawing, the stroke is not rendered on the actual place where it's placed and not properly aligned with Fill