Changeset 846 for trunk/doc/src/platforms/emb-openvg.qdocinc
- Timestamp:
- May 5, 2011, 5:36:53 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/doc/src/platforms/emb-openvg.qdocinc
r769 r846 226 226 The QVG_SCISSOR_CLIP define will disable clipping with vgMask() or 227 227 vgRenderToMask() and instead use the scissor rectangle list to perform 228 clipping. Clipping with an arbitrary QPainterPath will not be supported. 228 clipping. Clipping with an arbitrary QPainterPath will need to convert 229 the path into a series of rectangles. If the number of rectangles 230 exceeds VG_MAX_SCISSOR_RECTS, then the results will not be exact. 229 231 230 232 The QVG_SCISSOR_CLIP define should only be used if the OpenVG engine does
Note:
See TracChangeset
for help on using the changeset viewer.