I've been trying to draw a path on iOS and I've noticed that the same path draws with different size and scale on different iPhone models. I don't understand what's the scale factor and how that gets calculated.
For reference e reproducibility see the snippet below and the screenshot for the output of this self-encapsulated component that show differently on different iPhones.
We've found we can use PixelRatio.get() to get the scaling we need to fill the container box. We can close this, thanks for the amazing library you made!
I've been trying to draw a path on iOS and I've noticed that the same path draws with different size and scale on different iPhone models. I don't understand what's the scale factor and how that gets calculated.
I'm using these versions:
For reference e reproducibility see the snippet below and the screenshot for the output of this self-encapsulated component that show differently on different iPhones.