Hi, Could someone especially from W3C SVG Workgroup could clarify or explain the following regarding Marker Element: - What is allowable content for Marker ? ...
... The www-svg@... mailing list would be a better place to request clarification from the W3C. ... The SVG 1.1 DTD defines the content model like so: ...
Hi All, I just want to know whether there is any way to specify if we want anti-aliasing and how much/what algorithm to use in case we want anti-aliasing in a...
On Thu, 01 Nov 2007 19:29:50 +0100, Md.Mustafizur Rahaman ... I think what you are looking for is the 'shape-rendering' property[1]. Adding...
Erik Dahlström
ed@...
Nov 2, 2007 12:13 pm
59557
Hi All, I've thought that this might be of interested for some here: http://www.examotion.com/pages/community/blog.php Writing a "behind the scene" blog entry....
Hi Tonny, ... almost anything that is svg: paths, shapes, metadata things like desc and title, image (e.g. a PNG or something),etc. ... Yes ... yes ... Not as...
Hi Again I finally got uploaded the non official episode of The Spoon which I did to impress Paul Walsh hoping him to invest for the project. However, he did...
Hi, I have to figure out something pretty soon so I would appreciate your assistance. I have a SVG file which needs to display some data from a server or a...
Hi, Zafar- This is the sort of thing that's covered in the CDF Working Group's new WICD specs. I've got an example on my site. [1] To pass parameters to an...
Perhaps you may have already seen this -- http://svg.org/story/2007/11/7/221859/779 On-the-fly user-selected filtering of video in the browser. Hollywood take...
ddailey
ddailey@...
Nov 9, 2007 1:06 pm
59564
On Fri, 09 Nov 2007 08:06:23 -0500, ddailey <ddailey@...> ... Actually, to get the video-enabled build you have to go to http://labs.opera.com -...
Hi there! Is there an easy way to create a series of images from an animated SVG? I tried to create a batch of sorts by calling the batik.rasterizer.jar and...
Another approach which might work in some browsers would be to try to do the frame-freezing in the client, somehow using the <canvas> tag with the toDataURL()...
ddailey
ddailey@...
Nov 14, 2007 12:34 pm
59568
Hi, I feel like the question I'm about to ask must have been answered already, because it deals with the very basic functionality of capturing keypress events....
Jake, try http://www.peepo.co.uk keyboard navigation wfm. opera, mozilla and safari-webkit now support keyboard navigation in SVG. however you may need to...
Discovered a workaround here, which seems to do the trick in Opera and Firefox: http://tech.groups.yahoo.com/group/svg-developers/message/54873 Jake ... ...
Hi All, I was wondering whether we can specify a rectangle inside an image tag in a svg file. The thought came to my mind because, we know that when we specify...
Hi All, I saw that the attachment has been removed, so i am pasting my svg file content here <?xml version="1.0"?> <svg width="240px" height="240px" viewBox="0...
Hi Mustaf, having a rect element as a child of an image element is not valid according to the svg specification, see for 1.1: ...
Erik Dahlström
ed@...
Nov 15, 2007 9:21 am
59574
Dear all, I'm new to Batik. I debuged example which is posted at http://xmlgraphics.apache.org/batik/using/svg-generator.html#howToUse and I saw SVGGraphic2D...
California and other states have asked for an extension in the Microsoft browser antitrust consideration: ...
David Dailey
david.dailey@...
Nov 15, 2007 6:34 pm
59576
Hi Davuid, could you fo the non-US legal types among us please translate ;-) - what is 'the antitrust consideration' ? - How and why can it be 'extended' ? -...
... You have to tell the browser that it's compressed, the only method Firefox supports is by setting the Content-Encoding header properly on the web server...
try adding something like this to your httpd.conf in the virtual host block AddOutputFilterByType DEFLATE text/html text/plain text/xml image/svg+xml ...
Hi all, I am looking for a C++ SDK so that I can write a program that automatically creates SVG documents from input data consisting in certain text and SVG...