Hi, I'm using FakeSmile to enable animations in IE9. I'm able to use the animate element when it is initially part of the svg document but when I'm adding an...
65825
Srinivas
sinu_nayak2001
Jul 20, 2012 3:16 am
Dear Friends, I have below svg code. I am opeing my svg file with IE8 (along with Adobe SVG Viewer) and Mozilla Firefox (ver 5.0.1). ++++++++++++ <?xml...
65826
Arjen
arjenmeijernl
Jul 20, 2012 7:33 am
Remove the px in the font-size declaration. The size is not in pixels but in viewbox units....
65827
David Leunen
leunend
Jul 20, 2012 11:54 am
Hi Pablo, You are not doing anything wrong. FakeSmile just doesn't work with animations that are created after it's run. If you create all your dynamic...
65828
Pablo Platt
pablo.platt
Jul 20, 2012 12:15 pm
Hi David, Can I create the animations at startup and modify them later? Can you direct me where to hack FakeSmile to add support for dynamic animations? Thanks...
65829
Cameron McCormack
heycam_yg
Jul 20, 2012 12:24 pm
... px and unitless values are always equivalent when they represent lengths in SVG. ... It seems to be using the right font size for me in Firefox (Nightly, ...
65830
barkha
barkha_crazz...
Jul 23, 2012 11:16 am
Thanks all for replying, Now i'm stuck with the below mentioned scenario, Zoom in out functionality without panning is done by playing with Viewbox coordinates...
65831
yannick.bochatay@...
Jul 23, 2012 11:59 am
Hi Barkha, the getScreenCTM method will help you (http://www.w3.org/TR/SVG/types.html#__svg__SVGLocatable__getScreenCTM). I wrote a little example :...
65832
vishal_aegisisc
Jul 25, 2012 12:05 am
Dear Friends, i'm stuck with the below mentioned scenario, Following Implementations are done, 1) i'm loading svg in html division as shown below, ...
65833
Francis Hemsher
fhemsher
Jul 26, 2012 10:35 pm
Hi Vishal, I have used the following to track the cursor as related to inline SVG: //---x,y offset values for svgDiv (no page scrolling)--- function...
65834
yannick.bochatay@...
Jul 28, 2012 11:32 am
Hi all, maybe I'm naive, but I just discover that the canvas html element could draw svg files in one line of code. See the live example :...
65835
susan.darts
Jul 30, 2012 7:24 pm
Hello all, I have a trapezoid formed shape, drawn by path. It looks like a rectangle with triangels on the left and right border. Now I want to scale this...
65836
Francis Hemsher
fhemsher
Jul 31, 2012 4:13 pm
... (I sent this earlier, but seems to have been lost) Hi Susan, Rather than scaling, you could try dynamically changing the path segments. The SVG path has an...
65837
Andi Neumann
neumannandreas
Aug 3, 2012 6:56 am
Hi, From Sep. 11 to 14 2012, the conference The Graphical Web / SVG Open 2012 takes place in Zurich, Switzerland. Topics are SVG, CSS, Canvas, WebGL and...
65838
cremnosedum
Aug 3, 2012 5:09 pm
Hi, Is there a banner or something that I can use to link to the Graphical Web site? Richard Pearman http://www.pixelpalaces.com/ The next stage in the...
65839
Jason Barnabas
jtbarnabas
Aug 5, 2012 12:38 am
... Good answer Cameron. Another way of looking at it is that px is the default value for dimension, assuming you are familiar with default values. ... Also...
65840
honyk
j.tosovsky
Aug 5, 2012 6:30 pm
Dear All, I'd like to have this behaviour consistent amongs browsers and now I don't know whether to file a bug to MSIE or to the rest of major browsers... ...
65841
Jonathan Chetwynd
j.chetwynd...
Aug 7, 2012 12:50 pm
Does anyone have a windows 8 box with IE10? if so please email me a http://www.peepo.com screengrab offlist, if you can see the board and click on it should...
65842
Dailey, David P.
david.dailey@...
Aug 8, 2012 6:27 pm
Some of you may remember the Grapher program (http://srufaculty.sru.edu/david.dailey/grapher/ ) that Eric Elder and I presented at SVG Open 2009, in...
65843
vishal_aegisisc
Aug 10, 2012 1:29 am
Francis, Thank you very much for your reply,but i want a solution that drags an svg element instead of whole svg in applied zoom in effect for svg viewbox. ...
65844
vishal_aegisisc
Aug 10, 2012 1:29 am
Hi All, I'm facing the main issue with managing mouse events of svg elements while zoom in is applied on svg.because when i try to drag svg element(that is...
65845
David Dailey
ddailey@...
Aug 10, 2012 4:40 am
A fun example with <replicate> and declarative randomness - works in Opera, Firefox or IE9 . (Webkit doesn't like it -- maybe it's the hsl stuff?) Hit the...
65846
Francis Hemsher
fhemsher
Aug 10, 2012 8:34 pm
Hi Vishal, This should work if you include event at each element you want to drag/drop. e.g. <circle onmousedown="startDrag(evt)" onmousemove="drag(evt)"...
65847
jamesd
jcdeering1
Aug 10, 2012 9:24 pm
Just posted on my G+ page a SVG demo of an SVG presentation. Wish the people at the conference would use SVG instead of Microsoft Powerpoint, that way...
65848
Barend Köbben
barendkobben
Aug 14, 2012 8:42 am
Hi James, I tend to agree with you, but it would be nice if you provide a link to your "finger painting" example... I don't use G+ (GooglePlus?) and was ...
65849
jamesd
jcdeering1
Aug 14, 2012 8:02 pm
You can see my example at: https://sites.google.com/site/jcdsvg James...
65850
David Dailey
ddailey@...
Aug 14, 2012 8:56 pm
http://cs.sru.edu/~ddailey/svg/randA8.svg Hit refresh for new cities. For Firefox, IE9 or Opera. (not Webkit!) This is a bit more complex than the last one I...
65851
Jonathan Chetwynd
j.chetwynd...
Aug 15, 2012 12:30 pm
Kindle Touch!!! yup SVG seems really well supported on the Kindle Touch and cheap too... Jonathan Chetwynd jay@... peepo.com available on the Kindle...
65852
David Dailey
ddailey@...
Aug 17, 2012 8:40 pm
http://cs.sru.edu/~ddailey/svg/randC5.svg It uses a lot of SMIL and animateTransforms and the like, so it needs either Firefox or Opera to work properly...
65853
jamesd
jcdeering1
Aug 17, 2012 8:43 pm
I am developing a SVG database and need some help. For web design and SVG I find that there are three javascripts that are needed. these are a rollover effect,...