[svg-developers] Svg and Javascript

2005-07-11 Thread Manuel Cañón López
lem = evt.target; var style = elem.getStyle(); style.setProperty("fill-opacity",1.0); } ]]> Have I made something wrong?, am i missing something?. At the moment I am using Adobe SVG plugin 3.01 for Linux (debian sarge) with

Re: [svg-developers] Re: Adobe SVG Viewer Plugin in Linux

2005-07-14 Thread Manuel Cañón López
I've install adobe svg plugin in Debian sarge without problems (just following the instructions), in mozilla-firefox. In my opinion, is the best one. Ah!! and choose the 3.02... And for the mouse movement problem... puff, no way. The onmouseover onlye works sometimes... if I put the mouse a bit sl

Re: [svg-developers] Re: Adobe SVG Viewer Plugin in Linux

2005-07-14 Thread Manuel Cañón López
Hi, tranks for replying, I'll start looking at this at the moment. But, in my opinion, the worse part of this is that my actual work could not be seen by a windows user (at the moment, I'm checking out that my library can be seen under Windows with explorer or firefox each time I do a commit :)).

[svg-developers] Gauss with rounded corner

2005-07-19 Thread Manuel Cañón López
Hi, at the moment I'm doing some trials with the filter feGaussianBlur, applied to a rectangle. It works fine but I have one problem: i want the "shadow effect" (the one got with the gauss filter) with rounded corner. And it seems that the rx and ry attributes of the rectangle don't work... Has an

Re: [svg-developers] Gauss with rounded corner

2005-07-19 Thread Manuel Cañón López
El mar, 19-07-2005 a las 14:05 +0200, Holger Will escribió: > Manuel Cañón López schrieb: > > > Hi, at the moment I'm doing some trials with the filter feGaussianBlur, > > applied to a rectangle. It works fine but I have one problem: i want the > > "shadow e

Re: [svg-developers] Gauss with rounded corner

2005-07-19 Thread Manuel Cañón López
> > > Manuel, > what you are seeing here, is that the filter output gets cliped. you can > enlarge the clipping region by specifieing x/y/width/height on the > filter element. > > > > > hth > Holger > > Hi, I've been reading somet

Re: [svg-developers] Re: Gauss with rounded corner

2005-07-20 Thread Manuel Cañón López
> > The effect of the Gaussian filtr is to spread out the element by > diffusion - as result what you seeing is not that the blur has square > corners, you are just seeing a limited view > Great... I did not realize until now of the limited view... > Can i suggest that, for test purposes, y

Re: [svg-developers] Stand-alone SVG Viewer

2005-07-20 Thread Manuel Cañón López
You could use gimp, it supports svg Manuel El mié, 20-07-2005 a las 17:30 +, sent1729 escribió: > Hi All, > > I am new to the SVG world. I have read some articles on SVG that says > there are stand alone SVG viewers available, but I haven't come across > one. I have tried viewers distribut