|
Refactoring SVGxxxList for SMIL animation
|
| |
Craig Topper is working on SVGLengthList and we've been discussing the issues. Turns out this is a "non-trivial" project (oh wait, we knew that), so I've made a start on a wiki page to help nail things down and hammer them out. Anyone that's interested in the topic is encouraged to read it through and add your... more »
|
|
SVG dragging problem
|
| |
Hi all, it is months I am facing an irritating problem in my SVG-based web- application. Basically, I am implementing a drag functionality within an SVG embedded object. The SVG contains a set of rectangles (with text inside them), a set of ellipses (with text) and set of paths connecting some elements. Now, the user is able to move rectangles and... more »
|
|
Printing a webpage containing SVG
|
| |
I have SVG as part of a webpage. The SVG element is appended to a table cell. On Firefox 3.5.1 the page is displaying fine but when I print using File->Print, the output has the SVG graphics overlapping the other html elements. Why does print not result in what I am seeing in the browser? How can I print a page containing SVG from Firefox? I... more »
|
|
SVG supported scripted
|
| |
Hi all, I have a old piece of code, which I think I got from Adobe for performing a check to see if the browser supports SVG. It works ok for IE, but it seems to assume that if its not IE then plugins need to be checked. This to me doesn't seem to be valid anymore as some browsers support SVG natively.... more »
|
|
SVG Script in Firefox troubles
|
| |
Hi all, I have been using SVG for about 6 years now, so I thought I have a fairly good grasp of SVG but I have never created SVG for use for anything other than Adobe. I have created a Gantt chart in SVG in which there I have a fair amount of ecmascript to perform dragging expanding of groups of tasks,... more »
|
|
SVG and right clicks
|
| |
Hi, just a short question: is it possible to catch a right click on an SVG element? The svg spec says that it should be possible and the evt.button attribute should tell which button has been pressed. However, my onclick event handler is not triggered for right clicks (just for left clicks) and I get the default browser right-click menu...... more »
|
|
SVG position in parent document
|
| |
I'm trying to get drag 'n' drop working in an SVG embedded in an XML document (a Mozilla XUL document). To get the mouse pointer offset working properly I need to know the offset of the origin of the SVG document in the parent page. Could somebody advise me how to do that please or point me to an example?... more »
|
|
svg and javascript embedded in html
|
| |
Hallo, I have svg file with javascript in it to allow me to manipulate the objects. This svg I've embedded in an html file. From the html file i access the nodes of the svg part in this file like this: document = window.document.svg1.getSVGDoc ument(); svgElement = document.getElementById("eleme ntname");... more »
|
|
SVG Fonts
|
| |
Are there any plans to implement SVG fonts in Firefox? By SVG fonts I mean the font tag defined in the SVG spec as distinct from fonts installed on the user computer. An example of what I'm talking about is the Chess Sophia Font produced by Max Froumentain formely of W3C. the first part of it looks like this:... more »
|
|
|