I want to click on the SVG square and change it to a circle; However I am not trying to generate a circle using JavaScript, because eventually I want the...
62860
israel_eisenberg
israel_eisen...
Oct 2, 2009 4:34 am
Hi all, Just completed second of two articles: Tubefy Explained, part I: Lerping Colors http://owl3d.com/svg/tubefy/articles/article1.html Tubefy Explained,...
62861
Olaf Schnabel
darkolaf77
Oct 2, 2009 6:59 am
Hi xyz, you have to define the variable circle in your function replaceRect. This code should work: var rect = evt.target; var circle =...
62862
xyz1332003
Oct 2, 2009 7:27 am
Thanks Olaf. That was much simpler than I was expecting. I wasn't even sure this was possible....
62863
c_p47@...
c_p47...
Oct 2, 2009 12:43 pm
Hi there. I'm a newbie so I apologize in advance for any errors in my lingo or if my questions are basic. I have an svg file i created in illustrator. it...
62864
FrancisH
fhemsher
Oct 2, 2009 3:31 pm
SVG animation is somewhat limited when dynamically manipulating SVG elements. If you are familiar with Javascript and its programming interfaces to the DOM,...
62865
David Leunen
leunend
Oct 2, 2009 3:40 pm
... something like this : <animateTransform attributeName="transform" type="scale" from="1" to="1.5" dur="0.25s" begin="mouseover" fill="freeze" /> ...
62866
c_p47@...
c_p47...
Oct 2, 2009 5:00 pm
i've tried something similar but i think you have to do something else too to make it stay in the same location, but only grow. when i use the...
62867
C P
c_p47...
Oct 2, 2009 5:01 pm
yes, i'd be interested in finding out more about how to follow your suggestion. ... From: FrancisH <fhemsher@...> Subject: [svg-developers] Re:...
62868
David Leunen
leunend
Oct 2, 2009 5:21 pm
... Indeed. During the scale operation, the origin (0,0) stays in place. So you have to change the coordinate system by centering your object (i.e nesting your...
62869
FrancisH
fhemsher
Oct 2, 2009 6:37 pm
OK, Place a circle inside an svg element, contained within the SVG document, as follows: <svg id="circleSvg" viewBox="0 0 300 300" > <circle...
62870
c_p47@...
c_p47...
Oct 2, 2009 6:41 pm
Further to my last message i found this example online. I replaced the default rectangle with a shape that i'd actually be using. My problem is that when i...
62871
FrancisH
fhemsher
Oct 2, 2009 6:48 pm
This should help. Use IE with the Adobe SVG Viewer Add-on. html file: <html> <body onLoad=initSVG()> <embed id="svgEmbed"...
62872
th_w@...
th_w@ymail.com
Oct 2, 2009 7:46 pm
... This is is because scaling takes place relative to the origin (initially the upper left corner with x=0/y=0). The origin stays in the same location when...
62873
jimmy Zhang
jkiwzztn
Oct 3, 2009 3:32 am
VTD-XML 2.7 is released and can be downloaded at http://sourceforge.net/projects/vtd-xml/files/ Below is a summary of what are the new features and...
62874
FrancisH
fhemsher
Oct 3, 2009 11:09 am
Provide a Journey into a Scalable Vector Image. Apply the powerful native scalability of SVG to its fullest advantage. Create imagery that flows inward. Build...
62875
jeff_schiller
Oct 3, 2009 3:48 pm
Hi Francis, I'm sorry but I'm not able to try your app since I'm using OSX. Do you require features supported in ASV and not available in browsers that...
62876
FrancisH
fhemsher
Oct 3, 2009 4:43 pm
Hi Jeff, Thanks for the feedback. All current options cannot yet touch the dynamic SVG performance I require, than that of the IE/ASV package. Regards, Francis...
62877
Bradley Neuberg
bradneuberg
Oct 3, 2009 5:57 pm
Another good article from yesterday: http://news.cnet.com/8301-30685_3-10365636-264.html I wrote the following blog post on the Google Code blog yesterday as...
62878
Andreas Neumann
neumannandreas
Oct 3, 2009 7:12 pm
thanks for sharing the links - can we put them up on the SVG Open webpage (news section)? andreas ... -- Andreas Neumann http://www.carto.net/neumann/ ...
62879
FrancisH
fhemsher
Oct 3, 2009 7:48 pm
Hi Andreas, Golly, SVG has arrived. I can hardly believe it. I'm happy for myself, of course, but most pleased for guys like you who built the foundation for...
62880
Bradley Neuberg
bradneuberg
Oct 4, 2009 12:56 am
Sure! ... [Non-text portions of this message have been removed]...
62881
Charles McCathieNevile
charlesmccn
Oct 4, 2009 11:55 am
... Just the obvious question - what does it rely on in the Adobe viewer that means it can't be X-platform? cheers Chaals -- Charles McCathieNevile Opera...
62882
FrancisH
fhemsher
Oct 4, 2009 5:12 pm
Hi Chaals, Simply put, the IE/ASV allows this to be a cloud application, without the need for the user to download an executible. The advantage is that all...
62883
jeff_schiller
Oct 4, 2009 5:36 pm
Hi Francis, I understood your earlier comment on performance. However, I didn't understand this one. What you seem to be describing is what any web app gives...
62884
FrancisH
fhemsher
Oct 4, 2009 6:38 pm
Hi Jeff, There is no doubt at this time that the IE/ASV package gives the capabilities needed for this application. Others are in development, and do not have...
62885
Charles McCathieNevile
charlesmccn
Oct 4, 2009 6:41 pm
... Well, if it makes sense to you. It seems to me that you are asking people to download something that hasn't had as much as a security update for years,...
62886
jeff_schiller
Oct 4, 2009 6:42 pm
I fired up my Windows VM, disabled Google Chrome Frame and downloaded ASV. From what I could tell there shouldn't be any performance bottlenecks in any of the...
62887
jeff_schiller
Oct 4, 2009 6:46 pm
Hi Francis, ... Yes, I am not questioning the capabilities of ASV - only its relevancy in the ecosystem. ... We may have to agree to totally disagree on this...
62888
jeff_schiller
Oct 4, 2009 6:54 pm
Hi Israel, This looks like great stuff - will make sure I find time to read it once SVG Open is done. Hope you will consider presenting something next year! ...