Hi Guys, i often work with InlineSVG and use switch/ foreignObject for presentation an alternative content for not-SVG-Browser. I have two question: * Will all...
... Yep, SVG 2 can do compositing, but I'm forced to use SVG 1.1 only since it is (partially) implemented across different devices/browsers. I will also check...
Thank you very much for your answer. This code indeed provides a workaround to do exactly what I want. Regards, rodrigob....
63951
Jacob Beard
jbeard4@...
Aug 1, 2010 11:55 pm
w00t :) Jake ... [Non-text portions of this message have been removed]...
63952
Jacob Beard
jbeard4@...
Aug 10, 2010 4:26 am
Hi, I'm curious about the status of the Renesis SVG player. Nothing seems to be hosted at examotion.com anymore. Does anyone have any information about this? ...
Hi everyone, It seems a simple question, although I'm not being able to find an easy answer: how can one determine the actual (screen) viewport size? I...
63955
ddailey
ddailey@...
Aug 11, 2010 2:37 am
Hi Helder, When you figure it out, please let me know (or better yet add it somewhere in http://www.w3.org/Graphics/SVG/IG/resources/svgprimer.html :) I've...
63956
ddailey
ddailey@...
Aug 11, 2010 8:02 pm
An svg document is included in an HTML document using <object> Inside the HTML is a <textarea> (it has id="t", and I also tried name="t" and putting it inside...
63957
Jacob Beard
jbeard4@...
Aug 11, 2010 8:12 pm
David, top.document.getElementById("t") seems to be working well in Firefox 3.6.8. top.t.value seems to be working fine in Chromium 5.0.382. Jake ... [Non-text...
Hi again, today I've got plenty of questions for you, SVG fellows... I wrote this simple file but I don't get what I expected. I want my svg element to get its...
Hi, is it possible to define sizes of an object in a CSS style and then apply this style to many objects so that they all have the same size ? Thanks, David --...
63960
Jacob Beard
jbeard4@...
Aug 12, 2010 4:21 pm
Hi David, See Jon Ferallio's comments about attributes vs. CSS properties in SVG here: http://tech.groups.yahoo.com/group/svg-developers/message/61991 Jake ......
So it appears the answer is NO, because the groups didn't really have a strong feel about it in the early stages of developing the standards. Am I reading...
So apparently there are no solution to what I want to do. It means I will have to "manually" copy the widths and heights into each svg element in my file. For...
63963
Jacob Beard
jbeard4@...
Aug 12, 2010 8:48 pm
Hi David, ... From look at your application, it's not clear to me why you need to define all positions in terms of a percentage. ... You could do this with a...
From look at your application, it's not clear to me why you need to ... Because I want to be able to change the size of my cards without loosing the relative...
63965
Jacob Beard
jbeard4@...
Aug 12, 2010 9:57 pm
Hi David, ... The viewbox attribute on the SVG element allows you to define the dimensions of a coordinate system. You can then use absolute coordinates to...
Hi Jimmy, ... Thanks for the update. Nevertheless, please create a new thread [1] instead of replying to an existing post [2]: this will give more visibility...
63973
ddailey
ddailey@...
Aug 18, 2010 12:29 am
Running into various troubles [1,2] with feDisplacement for an upcoming presentation, I tried to simplify down to bare bones: ...
I am writing a jigsaw demo using SVG. the work in progress works fine on Opera, Chrome, Safari and fails mysteriously on Firefox. I wonder if someone can tell...
David, Firefox 4 does not yet support putting SVG in image or feImage elements. Support for that is scheduled for beta 5, so not long to wait now. Best regards...
Hi, I have to visualize a simple technical drawing (rectangles, circles) in the web and look for ways to realize this. I found SVG as a possible and before...