Dear All, I have several images with common css styles, markers and symbols. To avoid manual editing all these files on any future change I'd rather make a...
Hi Jason, ... avoid ... link ... by ... wow, but this solves just part of my problem. I also need to share markers (line ending arrows in my case). I could...
Hi Jan, I was just heading for bed when I saw your post. I'm wondering if you had tried simply including them in an SVG and including it in your main SVG as a...
Are the animations on Android Honeycomb smooth enough, can anyone share their experiences ? CSS3 animations on Android is pathetic, I was wondering if SVG...
Hi, From September 11 to 14 the conference "The Graphical Web" / formerly SVG Open conference takes place in Zurich, Switzerland. This is a reminder that the...
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...
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...
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...
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...
... 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, ...
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 :...
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 :...
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...
... (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...
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...
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...
... 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...
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... ...
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...
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. ...
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...
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)"...
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...