Skip to main content

Hi,


i have a parent node containing some vectors sub-nodes,

when i resize manually the parent node (to let’s say half of the size),


width, height, and absoluteBoundingBox give me the new dimensions (after rescale),

but absoluteRenderBounds gives me the previous dimensions. (before rescale)


Is that intended ?

Is there any way i can know about the scaling factor of that node ?

I have seen that relativeTransform is not used for scaling.


Thanks


I just checked and everything works as expected. The absoluteRenderBounds object is returned with the new values.


Indeed, after more precise tests, i realized there was a drop shadow (almost invisible) which explained the difference for absoluteRenderBounds, since it’s a design file i was given from someone else, i wasn’t aware of it and overlooked that.


Sorry about that.

Thanks for the assistance.


Reply