I&#39;m using cairo-1.9.6 now.<div><br></div><div>I want to see how fast the OpenVG backend is  on my beagle board. </div><div><br></div><div>I put these three lines in the target_is_measurable function in cairo-perf-micro.c.</div>
<div><br></div><div> #if CAIRO_HAS_VG_SURFACE</div><div>     case CAIRO_SURFACE_TYPE_VG:</div><div> #endif</div><div><br></div><div>After that, I can run the cairo-perf-micro with OpenVG backend.</div><div><br></div><div>
<br></div><div>But, I cannot see anything on the screen.</div><div>There were something on the screen with Xlib backend.</div><div><br></div><div><br></div><div>I want to know,</div><div>Is the OpenVG backend work well currently?</div>
<div>I mean, is there anyone who use(or, see something on the screen with) the OpenVG backend?</div><div><br></div><div>I wonder cairo_vg_surface_create function in cairo-vg-surface.c is making the surface correctly.</div>
<div><br></div><div>thanks.</div><div><br></div><div><br></div>