Hi Nilesh,
> Currently i dont have images for example.Atcually in BSV blur image getting > display compare to ASV. Not providing any examples [1] makes it pretty hard to provide any help or valuable feedback... > I have doubts in ASV images get display over HTML > frame and BSV that images getting display over swing canvas. so w.r.t that > some doubts bellow. > 1) will it effect on display quality of image? It's not clear to me [2] what's "it" in this scope... Is it the HTML frame vs. swing canvas? If so, then no -- I don't thing this is the cause: both ActiveX extensions (ASV) and Java-based (Batik) have anti-aliasing (hardware or software based) capabilities. > 2) Is there any way i can intensify image display quality(should not > be blurred display) over canvas by code. I don't have any pointers handy on how to force this by code, but I'd suggest you got more familiar with SVG's rendering properties, specially "shape-rendering" and "text-rendering", which allow you to hint the implementation into providing crisp shapes. I guess I've seen a couple of threads in the mailing list about how to disable anti-aliasing (usually the guilty for the blurry effect, often a helper to avoid pixelization). > 3) How batik api uses to draw image over canvas(so that i can find cause of > blurred image display over canvas) There is some documentation [4] spread over the Batik site and several (mailing list) threads explaining several details. Nevertheless, the code is available [5] so you can see for yourself! :-) > 3) Does anyone facing such problem?(blur image display over canvas in batik > viewer) This usually depends on content being displayed. In my case, no, I don't see much of a difference compared to IE+ASV. In fact, I find Batik's rendering a bit more crispy than ASV, specially for scaled down content. > Thanks Hope this helps, Helder [1] http://www.chiark.greenend.org.uk/~sgtatham/bugs.html#showmehow [2] http://www.catb.org/~esr/faqs/smart-questions.html#writewell [3] http://www.w3.org/TR/SVG/painting.html#RenderingProperties [4] http://xmlgraphics.apache.org/batik/using/architecture.html [5] http://xmlgraphics.apache.org/batik/download.html#Subversion+repository --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
