google for "inkscape vectorization" (or "tracing") and you'll find a few solutions. Inkscape has potrace builtin - which has quite good results, esp. for ...
On Fri, 27 Feb 2009 20:18:10 +0100, Harry Underwood ... Yeah. To be clear, we are asking these questions because we have implemented this to figure out what is...
... A quick visit to Tree Builder made me recall Holger Will's SVG2PNG Firefox extension [1] which can apparently be used for this -- one would convert the...
Hi Manfred, ... If you are trying to do this within the XSLT environment, you can apparently do something like (found in an article by Holger Will [1]): ...
Hi SVG developers, This is a pre-announcement in order to allow interested SVG developers to reserve this date. SVG Open 2009 will be held from October 2-4,...
Hi SVG developers, they're currently discussing things ... On this thread one idea seems to show unanimity : ... [...] ... Is it this so obvious for you...
Hello, I am running into a problem with getBBox on text elements where the bounds returned are the text's visual bounds, and do not account for the text's...
Hi Vincent, ... I tried to find relevant bug reports [1] or applicable threads [2] but wasn't able to so, in case no replies are received here in a couple of ...
Hi Helder, Thanks for your feedback and pointers. I'll do as you suggest in case there is no response from the Firefox team on this forum. Regards, Vincent. Hi...
thanks - but the credits should go to Brad Neuberg (Google), Jeff Schiller and David Dailey - who got the ball rolling for SVG Open in the US. Andreas...
Hi Helder, Thanks for answering to my primary topic. ... Yes, in my demo [2] I use the system-property('xsl:vendor'). But if you have a look at the named...
Hi, Even though I'm using Batik SVG, this is more of a general SVG and/or DOM matter I think. I've got a group of elements, lets say a car, on a Batik...
Hi Manfred, ... If you are mixing SVG within XHTML, then I'm also not familiar with better alternatives, at least for now. Ideas and/or pointers, anyone? By...
Take a look at http://srufaculty.sru.edu/david.dailey/svg/drag.svg It has some SMIL animation in it so Opera or IE/ASV display better (Firefox handles most of...
ddailey
ddailey@...
Mar 5, 2009 4:32 pm
62014
I see now that Vector Effects are not completely excluded from SVG Tiny. The value vector-effect="non-scaling-stroke" is allowed ...
Thank you for your reply. ... The properties don't have to communicate back to a database but I do need it in various other locations of the Java application....
Hey, The only solution I can think ... Yes there is. Are you aware of the SVGPathElement? http://www.w3.org/TR/SVG/paths.html#InterfaceSVGPathElement ...
I have a series of nested viewports (svg elements with viewBox attribute) and transformations (group elements with transform attribute). I'm trying to...
Hi Simon, It is a pity that you are stuck with IE+ASV3. The function getScreenCTM() is not supported by ASV3. There is an ecma-script function of Holger Will,...
... Yes, I believe there is a slightly updated version in a drag sample [1] by Jeff Schiller. (View source and search for "getScreenCTM" if you are curious). ...
Hi, I am working on rendering of the svg file. I am not able to find the tag in svg which could specify about the layer data of the element present. Ex: If...
Hi Naveen, ... In SVG, visual elements are stacked according to the order they are declared [1]. As far as I know, there is not a specific "layer" concept,...
... I gather that you are looking for something like a z-index in HTML. In SVG, this is just the rendering order (within the parent node) [1]. So I suppose if...
ddailey
ddailey@...
Mar 9, 2009 9:44 pm
62024
... No, I did not know about the SVGPathElement. There are just too many options :-S Many thanks, that was what I was looking for. ... What I meant was having...
In an svg object, lets say an image. When the user clicks on the image I would like to open a new window with the mouse coordinates in the link url. Something...
... When viewing your comic's site it was confusing. The site requested we downloaded various .svga images and things that normal browsers can not view. I...
Hey, SVG Fans- A news item that might be of interest to you: http://www.w3.org/News/2009#item38 [[ Exploring Richer Web Content Authoring with CSS and SVG:...