1

I use MonkSVG for drawing and it stores points inside a variable of type typedef VGHandle VGPath;

I need to find the smallest rect which contains all the points of VGPath. So I need to get all the points from this variable. I don't need additional modifiers from SVG file such as "move_to", "line_to" and e.t.c.

As I see separate points could be stored using the following functions from OpenVG/MonkVG:

  • vgAppendPathData
  • vguRect
  • ...
Mat
  • 202,337
  • 40
  • 393
  • 406
user2083364
  • 744
  • 1
  • 7
  • 20
  • I tried vgPathBounds and it solves my current problem, but it doesn't allow to get all points. Here is a quick reference card for openVG: http://www.khronos.org/files/openvg-quick-reference-card.pdf – user2083364 Aug 22 '13 at 09:39

0 Answers0