0.2 scale how many in pixel?

How to calculate this?

Thanks

scale takes two parameter
scale(x, y) if it is called as scale(value), then the value is applied to both x and y Note: there are 3d scale props too

Calculate it from this

scale(1) => 1 times of the original size

scale(2) => 2 times of the original size

Hmm! As i know the basic is scale(1) is the default so the scake(2) make 2 times bigger than 1. So like in pixel means if got a width: 200px; with scale 2 will be 400px? I seems not hmm.

It should be, refer this, try removing the transform prop and use dev tools

https://jsfiddle.net/Sujith_S/9shw8ocz/

This could help out …