All I can say is that SVGpan is working extremely well for me. It allows the user to scroll the image on the trackpad without a mouse, I assume on a tablet...
65723
jamesd
jcdeering1
Jun 7, 2012 6:14 pm
All I can say is that SVGpan is working extremely well for me. It allows the user to scroll the image on the trackpad without a mouse, I assume on a tablet...
65722
Erik Dahlstrom
erida539
Jun 7, 2012 8:12 am
... The SVGPan library has some bugs that needs to be patched in to make it actually work well, see e.g http://code.google.com/p/svgpan/issues/detail?id=6 for...
65721
yannick.bochatay@...
Jun 7, 2012 7:49 am
no API, countless global variables, browser sniffing, etc, to my mind SVGPan is not a good choice. But it's short and standalone so it can help to understand...
65720
jamesd
jcdeering1
Jun 6, 2012 8:36 pm
SVGpan works extremely well. The only thing is that your map should be in an iframe to avoid cross SVG confusion. http://code.google.com/p/svgpan/ James...
65719
David Dailey
ddailey@...
Jun 6, 2012 5:15 pm
Hi Barkha, Take a look at this example; it may give some ideas on how to zoom on all or part of an SVG ...
65718
Raks A
rakssvg
Jun 6, 2012 11:07 am
I filed two bugs one for freeze and another one for something else. There was no response for the freeze bug but I have been getting responses for the other...
65717
barkha
barkha_crazz...
Jun 6, 2012 10:32 am
Dear All, I want to Implement zoom-in and out of the static map background and all sub entities(that are placed on static map background on another layer) by...
65716
jamesd
jcdeering1
Jun 6, 2012 1:34 am
Bob Hopgood wrote: Chrome has had freeze bugs for at least the last six months. I have put in several bug reports but nothing gets done. Welcome to reality....
65715
Jason Barnabas
jtbarnabas
Jun 5, 2012 12:37 pm
... <http://www.w3.org/Graphics/SVG/Test/20110816/harness/htmlObjectApproved/filters-light-01-f.html> I got a 404 on that. If a link is enclosed like a tag...
65714
Raks A
rakssvg
Jun 5, 2012 4:27 am
And the biggest problem is that the behaviour is just unpredictable Just yesterday I filed one bug 88224 https://bugs.webkit.org/show_bug.cgi?id=88224 Anyone...
65713
Eric Elder
ericjelder
Jun 5, 2012 12:05 am
Hello Richard, As David Dailey mentions, the replicate script is a work in progress as well as an opportunity for us to work out the details of our proposal....
65712
Bob Hopgood
frank.hopgoo...
Jun 5, 2012 12:05 am
Chrome has had freeze bugs for at least the last six months. I have put in several bug reports but nothing gets done. Here is another example: <svg...
65711
raster2vectorjerry
raster2vecto...
Jun 5, 2012 12:05 am
Hi Marty, Thank you for the reply! Our animations are using SMIL. We will have app developers put the animations in iFrames but would prefer to not have to...
65710
raster2vectorjerry
raster2vecto...
Jun 5, 2012 12:04 am
Hi Jason, Thank you for the suggestion. Our technology creates animated SVG online, using Firefox to convert the photos into SVG and then to animate selected...
65709
raster2vectorjerry
raster2vecto...
Jun 5, 2012 12:04 am
Hi David, Thank you for your input! Google still doesn't accept SVG yet. I have been given two contacts at Google that should improve my chances of getting...
65708
honyk
j.tosovsky
Jun 4, 2012 7:03 pm
Hi Jason, ... RadialGradient is indeed much better approach in this case, thanks for the tip. It is much more compatible than my filter. Anyway, has anybody an...
65707
Raks A
rakssvg
Jun 4, 2012 11:06 am
Hi, I've found this bug on a pretty innocuous looking svg. All this does is make a circle on and off I have two such blocks one with a begin time of 0s and...
65706
Jason Barnabas
jtbarnabas
Jun 4, 2012 12:24 am
... You're welcome! ;-) I don't know of any sites that specifically allow SVG uploads, but I do know a trick that might let you get around those that do not....
65705
Jason Barnabas
jtbarnabas
Jun 4, 2012 12:23 am
... I don't use Opera, but this one works in Chrome. <svg xmlns="http://www.w3.org/2000/svg" version="1.1"> <defs> <radialGradient id="grad1" cx="50%" cy="50%"...
65704
David Dailey
ddailey@...
Jun 3, 2012 6:14 pm
Hi Richard, I think the situation you mention is one of the shortcomings of replicate at the moment: how to confine its shading and rich gradient possibilities...
65703
cremnosedum
Jun 3, 2012 5:25 pm
Hi, I'm trying to use replicate to provide realistic shading in realistic pictures. Unfortunately, it's difficult to make replicate objects the required shape...
65702
David Dailey
ddailey@...
Jun 3, 2012 11:11 am
I experimented briefly with Google sites (I think that is what it is called) a year or so ago, hoping to find a place where the SVG community could share a...
65701
Andrew Shellshear
shellshear
Jun 3, 2012 12:51 am
Hi Robert, ... http://stackoverflow.com/questions/10430518/getting-a-display-bounding-box-for-a\ ...
65700
Marty Sullivan
dark3251
Jun 3, 2012 12:01 am
Don't know how helpful this would be, but one of the few major sites that allows SVG uploads is Wikipedia/Wikimedia Commons. I don't think they can contain...
65699
raster2vectorjerry
raster2vecto...
Jun 1, 2012 11:25 pm
I want to start displaying animated SVG photos that are created using our new online animated SVG tool; however, it's rather hard to find sites that already...
65698
A.J.Brasher
andrewbrashe...
Jun 1, 2012 11:24 pm
Hi Jason ... You can use the transform attribute to achieve this http://www.w3.org/TR/SVG/coords.html#TransformAttribute e.g. <g id="gr1"...
65697
David Dailey
ddailey@...
Jun 1, 2012 5:50 pm
Hello Barkha, This is an interesting question, and is something I've never tried. What I would try is something like this (rolling my own event handlers and...
65696
barkha
barkha_crazz...
Jun 1, 2012 2:06 pm
Dear All, I want to drag HTML Div Element from a list of Div elements & drop it as an image into the SVG element of SVG file that is embedded with the same...
65695
honyk
j.tosovsky
Jun 1, 2012 9:07 am
Dear All, I'd like to transform (rotate) my object with the filter applied to it, but I want to keep my filter without object's transformation. I ended up with...