summaryrefslogtreecommitdiff
path: root/src/svg/qsvgrenderer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/svg/qsvgrenderer.cpp')
-rw-r--r--src/svg/qsvgrenderer.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/svg/qsvgrenderer.cpp b/src/svg/qsvgrenderer.cpp
index d4ad373..da31a31 100644
--- a/src/svg/qsvgrenderer.cpp
+++ b/src/svg/qsvgrenderer.cpp
@@ -401,10 +401,10 @@ void QSvgRenderer::render(QPainter *painter, const QString &elementId,
}
/*!
- Renders the current document, or the current frame of an animated
- document, using the given \a painter on the specified \a bounds within
- the painter. If the bounding rectangle is not specified
- the SVG file is mapped to the whole paint device.
+ Renders the current document, or the current frame of an animated document,
+ using the given \a painter on the specified \a bounds within the painter.
+ If \a bounds is not empty, the output will be scaled to fill it, ignoring
+ any aspect ratio implied by the SVG.
*/
void QSvgRenderer::render(QPainter *painter, const QRectF &bounds)
{