diff options
Diffstat (limited to 'doc/src/howtos/openvg.qdoc')
-rw-r--r-- | doc/src/howtos/openvg.qdoc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/howtos/openvg.qdoc b/doc/src/howtos/openvg.qdoc index 0a0724b..42d2357 100644 --- a/doc/src/howtos/openvg.qdoc +++ b/doc/src/howtos/openvg.qdoc @@ -191,10 +191,10 @@ \section2 Rectangles, lines, and points - Rectangles and lines use cached VGPath objects to try to accelerate - drawing operations. vgModifyPathCoords() is used to modify the - co-ordinates in the cached VGPath object each time fillRect(), - drawRects(), or drawLines() is called. + Rectangles, lines, and rounded rectangles use cached VGPath objects + to try to accelerate drawing operations. vgModifyPathCoords() is used + to modify the co-ordinates in the cached VGPath object each time + fillRect(), drawRects(), drawLines(), or drawRoundedRect() is called. If the engine does not implement vgModifyPathCoords() properly, then the QVG_NO_MODIFY_PATH define can be set to disable path caching. This will |