• Charles Yin's avatar
    Fix context2d transform issues · 200f7837
    Charles Yin authored
    
    After calling transform related methods, the current path should be transformed with the same method but in reversal mode.
    So that during painting, the painter will apply the CTM to this path again, otherwise path will be transformed twice.
    
    Change-Id: I7e12bdff82dabb408f47152ba07b608872d4093f
    Task-number: QTBUG-24988
    Reviewed-by: default avatarMichael Brasser <michael.brasser@nokia.com>
    200f7837