You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-users@xmlgraphics.apache.org by Shekhar Bhati <sh...@gmail.com> on 2009/08/21 07:43:09 UTC

issues while using Batik

Hi Batik Experts,

I am working on an application which is basically migration from ASV to Batik.

We have a Struts framework as base which outputs a SVG XML file which
is then read by Batik and images is shown.

The images in our application are very complex and huge in size and
also we are using all the functionalities which we were using earlier
like drag and drop, highlighting,panning and almost everything.

I have following issues regarding this :

1. I have many frames in my application and when I change some value
at one frame my SVG frame should get changed but the applet is not
showing that change till I take my mouse over it, I suppose it is not
getting activated.

2.Performance is the major issue,Please provide some guideline as to
how can I improve the performance of my application.

3. If the images are very big in size then they are appearing as
clipped sometimes. I think we are still unable to find how can I reset
the canvas size at run time.

4. The text on the screen is appearing as mixed up and blurred.

Please provide some help regarding these issues.

Thanks & regards,

Shekhar

---------------------------------------------------------------------
To unsubscribe, e-mail: batik-users-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: batik-users-help@xmlgraphics.apache.org


Re: issues while using Batik

Posted by batikmadura <sa...@yahoo.com>.
i am confused here. 
with us using batik madura tulis as seen on  
http://savirabatik.com/category/products/
http://savirabatik.com/category/products/ 

-----
savirabatik.com
-- 
View this message in context: http://www.nabble.com/issues-while-using-Batik-tp25074422p25079843.html
Sent from the Batik - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: batik-users-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: batik-users-help@xmlgraphics.apache.org


Re: issues while using Batik

Posted by th...@kodak.com.
Hi Shekhar,

Shekhar Bhati <sh...@gmail.com> wrote on 08/21/2009 01:43:09 AM:

> I have following issues regarding this :
> 
> 1. I have many frames in my application and when I change some value
> at one frame my SVG frame should get changed but the applet is not
> showing that change till I take my mouse over it, I suppose it is not
> getting activated.

   Please read the FAQ:
        http://xmlgraphics.apache.org/batik/faq.html

   In particular item 3.3: 
        When I change the document in Java it only updates if I move the 
mouse over the canvas? 

> 2.Performance is the major issue,Please provide some guideline as to
>   how can I improve the performance of my application.

    I think you will need to provide more information to get a useful
response :)  Any particular areas you are having issues?

> 3. If the images are very big in size then they are appearing as
> clipped sometimes. I think we are still unable to find how can I reset
> the canvas size at run time.

   probably you want to set overflow="visible" on the root SVG element.

> 4. The text on the screen is appearing as mixed up and blurred.

   For the blurring you might look at the text-rendering hints.  I 
should say that at small point sizes the ASV viewer generally did 
a better job of displaying text.

   As for being 'mixed up' more information would help (i.e. Sample
SVG and the rendering).