Controlling stroke/brush endings?
-
Where do I control the stroke/brush endings? I need a brushed stroke with full - not zero - width at the start and in the end.
-
I'd say there's no brush end control involved, because the brush
simply reproduces the shape it has.The only option I can see is to create your own brush. You could
expand a brush and change the shape to your liking, and create a
new brush from it.
-
@Raaskot said in Controlling stroke/brush endings?:
I need a brushed stroke with full - not zero - width at the start and in the end
As mentioned by @Subpath the brush just stretches a vector content.
The only way to have what you need is to create a new custom brush where the endings contain a straight line that is the height of the brush content.
Or use a solid stroke instead.