Question
Maintain Stroke Width When Scaling
- October 25, 2020
- 3 replies
- 12887 views
Hi. I'm trying to maintain stroke width when scaling a shape, and I use the expression below (added to the "Stroke Width" property). It works when scaling with both axis constrained. However, if I scale the axis separately, the expression doesn't work anymore. Is there something I can add to it so that the stroke thickness remains the same when scaling them independently?
value*(100/transform.scale[0])
Thanks
