We also have face the same problem but in doing animation for "game" That caused us to sit down to develop one just for rendering - We concentrate on SPEED and SIZE. (Unfornutately it is not for MAC but it OT).
This is the TIP for LARGE SVG APP. - I/we as the render developer we don't mind to process any element of that XML. Howevever it take a toll- A big chunk of time for the render to process "Path". There is no-way for the render to know which will show in your viewport beside process them ALL. I have seen we have processed more than 500 in order to pick only one that line in the viewport. YOU CAN'T blame me slow on that. -This what I like to see" if there are some kind of attributes Top, Left Width. Height to be included in the element to screen down which and which. But the SVG at the time SVG is designed this problem has not encountered yet. - If you can have that in the SVG then rendering it just as a snap. Perhaps someone could sit down writing a program to insert those attributes into the 'Path' element. It sould be Very VERY GOOD It does not hurt to have them there Then the render agent will adapt to it without any problem - I know They love it. Hope this help. Phi On 5/9/06, davidbjaffe0 <[EMAIL PROTECTED]> wrote: > > I'm looking for an svg viewer that: > - is fast, even for large svg files; > - has good navigational abilities (zooming, panning, etc.) > - has very good resolution (via antialiasing, etc.) > - works on Mac. > > This is for R&D - we generate large graphs in the process > of assembling genomes and want to be able to visualize > them to help improve our algorithms. We can avoid svg files > altogether using Graphviz but we'd like to be able to exploit > the neat features of svg. > > I've tried some of the svg viewers that are out there, and am > a bit disappointed, e.g.: > - Squiggle. It's just really slow. > - Adobe plugin. Rather limited zooming capability. You can > make the view "bigger" or "smaller" but you > can't go to e.g. 60%. > > Are there any suggestions? Are more capable viewers under > development? Or perhaps I'm trying to use svg for something it > really wasn't intended for. > > Thanks very much, > > David Jaffe > Manager, Whole Genome Assembly > Broad Institute of MIT and Harvard > > > > > > > > > ----- > To unsubscribe send a message to: > [EMAIL PROTECTED] > -or- > visit http://groups.yahoo.com/group/svg-developers and click "edit my > membership" > ---- > Yahoo! Groups Links > > > > > > > [Non-text portions of this message have been removed] ------------------------ Yahoo! Groups Sponsor --------------------~--> Protect your PC from spy ware with award winning anti spy technology. It's free. http://us.click.yahoo.com/97bhrC/LGxNAA/yQLSAA/1U_rlB/TM --------------------------------------------------------------------~-> ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

