Hi All, Wondering if someone could help me. I was looking at this example at http://www.carto. net/papers/ svg/samples/ mysql_svg_ perl.shtml Now this...
62742
cremnosedum
Sep 3, 2009 10:27 pm
Just after Google Chrome turns 1, Opera 10 is released. Anybody know if it's SVG support is significantly different. I've tried it with one file and there...
62743
Bjoern Hoehrmann
hoermi
Sep 3, 2009 10:38 pm
... http://www.opera.com/docs/changelogs/windows/1000/ is not easy to find but does list some "differences" (they've added proprietary extensions without...
62744
narendra sisodiya
skysoft_siso...
Sep 8, 2009 10:28 am
Hi all, I hope you will like this - https://addons.mozilla.org/en-US/firefox/addon/14186/ Plz try and revert back !! -- ...
62745
neumannandreas
Sep 8, 2009 9:11 pm
in my experience some of my existing applications run faster in Opera 10 when compared to Opera 9 - mainly the ones that involve a lot of javascript and...
62746
jayanþa ahágama
jcahangama...
Sep 9, 2009 12:38 am
Narendra, This is great, but could you add a feature to read in a glyph from a font?. (An OpenType font that we made ourselves.) That would help to make a SVG...
62747
narendra sisodiya
skysoft_siso...
Sep 9, 2009 5:20 am
Thanks for suggestion, Will do so !! 2009/9/9 jayanþa ahágama <ahangama@...> ... -- ...
62748
narendra sisodiya
skysoft_siso...
Sep 9, 2009 5:24 am
submitted issue - http://code.google.com/p/svg-edit/issues/detail?id=184 [Non-text portions of this message have been removed]...
62749
Naveen Kumar T N
ait_navee
Sep 9, 2009 5:37 am
Hi, I have SVG file where a <svg> tag is embedded inside the outer <svg> tag (please refer below svg data for better understanding). I want to know the logic...
62750
xyz1332003
Sep 9, 2009 6:04 am
I want to have one web page. One location for an SVG image. A list of images on the side. Each time I click a list item, the current SVG image is swapped for...
62751
jeff_schiller
Sep 9, 2009 12:40 pm
... Sure, just update the data URL on the <object> tag. Something like: <object id="the_image" type="image/svg+xml" data="foo.svg" .../> Then attach click...
62752
jeff_schiller
Sep 9, 2009 12:54 pm
Each SVG can define its size in relation to its outer container as well as its own coordinate system for the elements inside it. So here's how I understand...
62753
neumannandreas
Sep 9, 2009 2:10 pm
This is an interesting website that uses quite a bit of SVG to display news items on interactive maps: http://www.ecoresearch.net/climate/ One can enlarge or...
62754
xyz1332003
Sep 9, 2009 5:39 pm
... Thanks. I am in the process of learning JavaScript right now. I have a vague idea of what your saying. I will try to put something together....
62755
steltenpower
Sep 10, 2009 4:21 am
See http://img197.yfrog.com/i/tfrup.png/...
62756
Naveen Kumar T N
ait_navee
Sep 10, 2009 11:01 am
Hi Jeff, Thank you very much for your input. We got the required idea from your mail. Thanks and regards, Naveen ________________________________ From:...
62757
xyz1332003
Sep 11, 2009 4:09 am
... I am having some trouble understanding the parts (data="foo.svg" .../>) and (new_url);). I seem to be missing something about urls or is it uri and links....
62758
tim.becker80
Sep 14, 2009 4:47 pm
Hey everybody ! I'm having a problem with the pauseAnimations() function. It seems some guys already had that problem before. To put it in a simple way, when I...
62759
heldermagalhaes
Sep 15, 2009 2:08 pm
... Hi Tim, ... Why does it seem to work? How can you tell if "setCurrentTime" was effective? ;-) ... It's better to provide a list of on which...
62760
David Leunen
leunend
Sep 15, 2009 2:52 pm
Hey Tim, Maybe try to setCurrentTime(0) again when you unpauseAnimations() You may also consider trying FakeSmile [3] for enabling current Gecko/Webkit ... ...
62761
xyz1332003
Sep 15, 2009 7:07 pm
I use a compiler called notepad++. As far as I can tell it doesn't support SVG even though I can out put the SVG language. What I mean is that when am creating...
62762
Jake B
otakuj462
Sep 15, 2009 7:43 pm
This thread might have what you're looking for: http://www.mail-archive.com/svg-developers@yahoogroups.com/msg13408.html Jake ... [Non-text portions of this...
62763
xyz1332003
Sep 15, 2009 9:23 pm
Thanks for the link. I'm checking it out now....
62764
Christophe Strobbe
christophest...
Sep 16, 2009 8:36 am
... Notepad++ <http://notepad-plus.sourceforge.net/uk/site.htm> is not a compiler or an IDE but just a source code editor. It has syntax highlighing for a few...
62765
xyz1332003
Sep 16, 2009 6:39 pm
Thanks for the info. Yesterday I discovered how to configure it for use with SVG and it seems to be working. I should have mentioned that in a reply yesterday....
62766
Bradley Neuberg
bradneuberg
Sep 16, 2009 9:40 pm
Hear ye! Hear ye! The SVG Web team has pushed out another release, code named Umber Hulk: <http://codinginparadise.org/monsters/umberhulk.jpg> Umber Hulk: "A...
62767
xyz1332003
Sep 18, 2009 4:20 am
I am trying to create a web page that has an svg image on it. The svg image has three buttons or svg image links on it. I want to click on any of these three...
62768
FrancisH
fhemsher
Sep 18, 2009 8:13 am
... Hi XYZ, In IE with embed and ASV3: Once an svg file is loaded, it cannot be swapped out. What I do is load a base SVG file then call various XML files to...
62769
Dailey, David P.
david.dailey@...
Sep 18, 2009 4:11 pm
I posted this to the wrong place initially, so sorry for any duplication. The question is intended for those you who might have knowledge of human factors...
62770
xyz1332003
Sep 18, 2009 4:38 pm
... Thanks for your reply. It sounds like your saying image swapping is impossible in IE. I have not yet looked into using php to swap svg images. I am a bit...