|
Layout Information for SVG Elements
|
| |
Looking at Issue 1953 for Firebug, I can see that Firebug does not do anything useful for SVG elements in the layout panel. The layout panel displays basic information about an element (height/width, padding, margin, offset). I'd like to get at least some basic information for SVG, and perhaps setup the panel to be extensible for a Firebug-SVG-... more »
|
|
Firefox and SVG
|
| |
Fierfox seems unfit to display SVG. As far as I know support for SMIL animations is completely absent. To make things worse: support for large number of objects with opacity seems to be broken since Firfox 3.5.5. I tested this on 3 platforms (win32 Windows XP an Vista and Suse Linux) all with several versions of the nightly buids of Firefox... more »
|
|
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 »
|
|
|