Re: Text Overflowing a Rect

2023-08-30 Thread Ovilia
Hi John, This code doesn't seem to be familiar to me. Can you provide the complete demo or with an online link? Thanks *Ovilia* On Wed, Aug 30, 2023 at 9:20 AM John Hill wrote: > in the following code is there a way to stop the text from overflowing the > Rect? > > const rectNormal = clipRec

Text Overflowing a Rect

2023-08-29 Thread John Hill
in the following code is there a way to stop the text from overflowing the Rect? const rectNormal = clipRectByRect(params, { x: x, y: y, width: barLength, height: barHeight, z: type === 'ja-rollout' || type === 'marker-column' ? 99 : 1, }); const rectVIP = clipRectByRect(params, { x: x, y: y, widt