@RobotMaker said in Svg Rendering Perspective Transform on QGraphicsView Viewport:
Some code will be helpful. And how you update it?
try to call this after your change to update it. I use it to toggle svg pics display.
update(const QRectF &) ==>update( boundingRect() ); I assume you overrides boundingRect();