Open Anderas2 opened 5 years ago
currently, svg scaling is possible only while keeping the aspect ratio. Allow to ignore the aspect ratio, if the left, top, bottom or right scaler is used - keep the aspect ratio intact only if one of the corner scalers is being used.
It could work easier if the svg is directly changed instead of having a scaled QGraphicsSvgItem. Functions missing in QT are available in svgutils.
currently, svg scaling is possible only while keeping the aspect ratio. Allow to ignore the aspect ratio, if the left, top, bottom or right scaler is used - keep the aspect ratio intact only if one of the corner scalers is being used.