Re: [svg-developers] Re: embedded svg shows different in every browser

2008-01-25 Thread Erik Dahlström
On Thu, 24 Jan 2008 15:28:58 +0100, heldermagalhaes <[EMAIL PROTECTED]> wrote: > --- In svg-developers@yahoogroups.com, "Hago Ziegler" <[EMAIL PROTECTED]> > wrote: >> I just had to remove the size definitions - width and height - and >> leave just the viewBox in the same size. > > Simply removi

[svg-developers] Re: embedded svg shows different in every browser

2008-01-25 Thread Helder Magalhães
> Actually that's not necessary at all since those values are the defaults anyway[1]. Thanks for clearing this up I also had that it mind, but testing (older) incomplete and/or broken implementations has (unfortunately) me setting some attributes to their defaults. Hope this isn't needed anymore!

[svg-developers] Re: embedded svg shows different in every browser

2008-01-25 Thread Frank Bruder
Hi, Hago, regarding the 'quasi-normal IE-problems', you wrote it works locally but not over HTTP. I've had the same problem once and found that it does not occur when is used. The problem also seems to be solved by adding a like this: Regards Frank --- In svg-developers@yahoogroups.c

[svg-developers] Re: Coordinate transformation and view box difficulties

2008-01-25 Thread Frank Bruder
You could add "V0H0z" to the end of the path data and instead of using stroke set stroke to "none" and fill to any color you like. Without a stroke, using transform would not yield ugly results. If you wish to use a stroke then you could use Javascript to rescale the path data. The source code