[svg-developers] Dynamic Scaling in SVG using SVG Viewer

2008-12-10 Thread markelliott2000
Hi all, I have a problem changing the SVG viewbox dynamically (using ecmascript), basically when I change the viewbox aspect ratio any symbols within the picture which have there own viewbox don't zoom correctly, instead they shift and lose scale. To overcome this problem, I am currently using

[svg-developers] Re: Dynamic Scaling in SVG using SVG Viewer

2008-12-10 Thread markelliott2000
--- In svg-developers@yahoogroups.com, markelliott2000 [EMAIL PROTECTED] wrote: Hi all, I have a problem changing the SVG viewbox dynamically (using ecmascript), basically when I change the viewbox aspect ratio any symbols within the picture which have there own viewbox don't zoom

[svg-developers] Re:Stroke width inside the shape

2008-12-10 Thread Kenneth Nellis
As a polyline isn't a closed figure, it doesn't have an inside/ outside, so I'd guess no. —Ken On Dec 10, 2008, at 6:48 PM, svg-developers@yahoogroups.com wrote: Hi, Is there a way to set the stroke width of a polyline inside the shape instead of half inside and half outside ? Thanks.

[svg-developers] Converting JPG files to SVG

2008-12-10 Thread Judy Perry
I use Inkscape a lot. I've been converting some of my jpg files into svg files (opening the jpg file and save as a svg), but with over 1000 files to convert, it is going to take me quite some time. What I am looking for is a script that I can run that will convert all the jpg files in a given

Re: [svg-developers] Stroke width inside the shape

2008-12-10 Thread ddailey
The only way that I can think of would be to create an identical object that would be centered at the same locus, but a wee bit bigger (like scaled by 1+strokewidth/object'sDiameter) and have this object filled with none. That object could then be used to mask the original object keeping the

[svg-developers] Re: Why is that?

2008-12-10 Thread Frank Bruder
You'd have to make svg the default namespace with xmlns=http://www.w3.org/2000/svg; then it should work. Except maybe in Internet Explorer. I'm not sure how, or if, xslt and plugins go together. --- In svg-developers@yahoogroups.com, dupemenot [EMAIL PROTECTED] wrote: Its weird that I have to