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...
65701
Andrew Shellshear
shellshear
Jun 3, 2012 12:51 am
Hi Robert, ... http://stackoverflow.com/questions/10430518/getting-a-display-bounding-box-for-a\ ...
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...
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...
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...
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%"...
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....
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...
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...
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...
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...
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...
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...
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....
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...
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...
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....
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...
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...
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 ...
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...
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...
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...
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...
65724
jamesd
jcdeering1
Jun 7, 2012 6:15 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...
65725
shofinurdin shofinurdin
shofinurdin
Jun 7, 2012 11:16 pm
excuse me... i am making SVG MAP WEB project using Mysql as database and javascript... but i don't really know the function javascript to show the legend and ...
65726
Jacob Beard
jbeard4@...
Jun 7, 2012 11:47 pm
Are you using JavaScript on the client or on the server? Are you trying to get your JavaScript code to talk directly to your mysql db? Or are you only using it...
65727
Erik Dahlstrom
erida539
Jun 8, 2012 10:49 am
Panning with the SVGPan library seems to works in all the desktop browsers sure, but zooming doesn't work at all in Opera or IE because the library is doing...
65728
fuliopen@...
fuliopen
Jun 8, 2012 12:47 pm
http://xxx.zzap.in/wp-content/themes/dark-wood/aejz1aig.php 6/8/2012 5:47:02 AM [Non-text portions of this message have been removed]...
65729
Jason Barnabas
jtbarnabas
Jun 9, 2012 12:40 pm
... I don't know if you found the answer you were looking for, but I found: http://www.carto.net/svg/samples/viewbox.shtml I like this site and have found...