On Wed, 20 Jun 2007 19:04:35 +0200, Richard Pearman <[EMAIL PROTECTED]> wrote:
> Hi, > > Can you be more specific about this as from what you saw I don't know > what you saw and what the problem was and I'm not even sure what you > mean by "rendered chaotically". FF and Opera don't like font-sizes in CSS 'style' without the unit specified. That's half of the reason why your font's look huge, the second part of the reason is that your viewBox is small which makes the default fontsize that Opera/FF uses look big. I suggest that you specify the unit, such as style="font-size:0.4px" in all places where it's missing. ... > The comic contents page has some small SVG's on it and links to main > parts. If you follow the recomended path for new users you get some > stuff about how to view SVG files and the scenario of the comic > before getting into an actual SVG comic. The first one instructs you > on the interactivity and doesn't have much plot. Then you get a title > page which can take a while to download and crashes Opera. Opera is very busy trying to do the background filter. You may consider cutting back on the complexity of those filters :) Limiting 'numOctaves' on your <feTurbulence> filter primitives should help a bit, a value such as 80 is unlikely to make much visual difference from say 3 or 4? Even ASV takes a long time to render the first svg because of that background. I'm guessing that you're using filters for the backgrounds all over, so in general trying to limit the complexity will probably improve the viewer experience. Cheers /Erik -- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/ ----- 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/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/svg-developers/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> 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/

