Hi,
I am looking at parsing an SVG file and converting it to OpenVG paths. I have seen that included in the SDK, there is a class to do exactly what I want. I have run into a problem where the parser is unable to use OpenVGU functions such as vguEllipse and vguRoundRect.
I know that the code for the SVG parser is correct as I have traced it through and even compiled the library for a windows machine, which works as expected.
However, in my own test code, I can call OpenVGU functions with success to draw ellipses, rectangles, etc.
I am not sure why when using the parser, I am unable to draw shapes that use the OpenVGU library. Does anybody have any suggestions?
Thanks,
Andy