Hi All,<br><br>Sorry i forget to mention in my last mail that i am running the cairographics library on ARM on BeagleBoard.(linux OS)<br>I tried to debug the cairo graphics code further.<br>Following are my observations please suggest some pointers.<br><br>1)Does the code tested with Shivavg and AMANITH graphics libraries only.<br><br>2)Is it correct&nbsp; to generate the vg context and surface directly from the two apis provided in the cairo graphics library.(Without using Shivavg or Amanith).<br><br>&gt; cairo_ctx = cairo_vg_context_create_for_egl(eglDisplay,eglContext);<br>&gt; cairo_surf = cairo_vg_surface_create (cairo_ctx,CAIRO_CONTENT_COLOR,i32WindowWidth,i32WindowHeight);<br>&gt; if (cairo_surface_status (cairo_surf))printf("cairo_vg_surface_create failedn");<br><br>3)How to run single test case using the boilerplate code.<br><br>Thanks<br>Montis<br><br>=================================<br><br><br><br><br>On Tue, 28 Sep 2010 20:06:35 +0530  wrote<br>&gt;Hi All,<br>&gt;<br>&gt;I am using Ubuntu 10.04 LTS - the Lucid Lynx.<br>&gt;<br>&gt;I want to use Cairo with OpenVG background.The EGL version 1.4.<br>&gt;<br>&gt;After egl initialization I am using following apis for vg context creation and surface generation from cairo graphics library<br>&gt;<br>&gt; cairo_ctx = cairo_vg_context_create_for_egl(eglDisplay,eglContext);<br>&gt; cairo_surf = cairo_vg_surface_create (cairo_ctx,CAIRO_CONTENT_COLOR,i32WindowWidth,i32WindowHeight);<br>&gt; if (cairo_surface_status (cairo_surf))printf("cairo_vg_surface_create failedn");*<br>&gt; <br>&gt; cr = cairo_create(cairo_surf);<br>&gt; cairo_set_source_rgb(cr,1,0,0);<br>&gt; cairo_rectangle(cr,50,50,256,256);<br>&gt; cairo_fill(cr); <br>&gt; <br>&gt; But it draws nothing.Please suggest pointers where the things are wrong so that i can debug the code. <br>&gt; <br>&gt; The cairo trace code output is as below.<br>&gt; %!CairoScript - cairo-vg-test<br>&gt; %*** Warning CairoScript is still a new tracing format, and is subject to change.<br>&gt; dict<br>&gt; /type /vg set<br>&gt; /content //COLOR set<br>&gt; /width 640 set<br>&gt; /height 480 set<br>&gt; surface dup /s0 exch def<br>&gt; context % c0<br>&gt; 1 0 0 set-source-rgb<br>&gt; 50 50 256 256 rectangle<br>&gt; fill<br>&gt; <br>&gt; Thanks in advance<br>&gt; Montis<br>&gt;<br>&gt;<ross.alexander@eu.nec.com><a href="http://www.rediffmail.com/cgi-bin/red.cgi?red=http%3A%2F%2Fwww%2Erediffmail%2Ecom%2Fcgi%2Dbin%2Fred%2Ecgi%3Fred%3Dhttp%253A%252F%252Flists%252Ecairographics%252Eorg%252Fmailman%252Flistinfo%252Fcairo&amp;isImage=0&amp;BlockImage=0" target="_new"><br>&gt;</a></ross.alexander@eu.nec.com><br>&gt;<a href="http://www.rediffmail.com/cgi-bin/red.cgi?red=http%3A%2F%2Fsigads%2Erediff%2Ecom%2FRealMedia%2Fads%2Fclick%5Fnx%2Eads%2Fwww%2Erediffmail%2Ecom%2Fsignatureline%2Ehtm%40Middle%3F&amp;isImage=0&amp;BlockImage=0" target="_blank"><img src="http://immail.rediff.com/icons/rediff_mail_gold/grayblock.gif"></a>--<br>&gt;cairo mailing list<br>&gt;<a href="/prism/writemail?&amp;mode=mail_to_individual&amp;email=cairo@cairographics.org&amp;output=web&amp;els=906cf94e315ee40bd1bbdd318b6774c4" target="_new">cairo@cairographics.org</a><br>&gt;<a href="http://www.rediffmail.com/cgi-bin/red.cgi?red=http%3A%2F%2Flists%2Ecairographics%2Eorg%2Fmailman%2Flistinfo%2Fcairo" target="_new">http://lists.cairographics.org/mailman/listinfo/cairo</a><br><A HREF="http://sigads.rediff.com/RealMedia/ads/click_nx.ads/www.rediffmail.com/signatureline.htm@Middle?" target="_blank"><IMG SRC="http://sigads.rediff.com/RealMedia/ads/adstream_nx.ads/www.rediffmail.com/signatureline.htm@Middle"></A>