Here you are: http://frankbruder.fr.ohost.de/scripting/batikinstall.html Given the stated intend of that tutorial it will probably need some improvement ... by...
Thank you frank for this thorough Tutorial! I will test it on my Windows box and report if it works fine or if I have problems. This will definitely help...
Do you mean something like this? <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" > <defs> <symbol id="S"> <path id="u" d="M...
ddailey
ddailey@...
Feb 5, 2008 8:41 pm
59910
David This is close but I want to specify a path and have it drawn with this symbol along the entire length of the path. It is kind of like specifying a...
Bruce, you haven't described your intention clearly. do you want a sine wave on a path which it is possible to mimic at least[1]? or do you want a symbol...
Have you tried making that into an SVGFont + text-on-a-path? Using that it should be possible to get the effect of something similar to a custom stroke that...
Erik Dahlström
ed@...
Feb 6, 2008 8:08 am
59913
... Nice tutorial! :-) Few tips I'd like to share: 1. Install Location: For the remainder of this document I assume that you now create a new folder named...
Hi Erik and others, I tried the method with text on path. However, in Opera, I don't see any difference at all when using method="stretch" when compared to ...
Hi Andreas, Nothing wrong with your example, but the effect is quite subtle on your font, a larger amplitude will show you that the glyphs are indeed ...
Erik Dahlstrm
ed@...
Feb 6, 2008 10:55 am
59916
At 04:29 AM 2/6/2008, Andreas wrote: Before I saw what Andreas had written I thought of another approach -- using <marker> as in this example: ...
David Dailey
david.dailey@...
Feb 6, 2008 6:28 pm
59917
David First make sure what you copied from Andreas gave is pasted in correctly. I had the same problem until I fixed some of the line breaks. To everyone else...
hi ALL, I have FF2 and I have set svg.enabled = false (this using about:config) in order to disabled the own support for SVG of FF and I have installed the ASV...
Hi Rodolfo, ASV6 was never properly tested and there are known issues with Firefox. Firefox, however, has its own native SVG support and Firefox3 (soon to be...
Hi there, I'm trying to build a component using JSVGCanvas (in fact inherited from JSVGCanvas). But when i load an (svg-)image to the canvas and modify the...
Thanks Andreas and Jonathan, I have already implemented the support for FF with its own native SVG for my application. the problem is that is too slow. Which...
Hi, I was really hoping to be able to view an SVG file with a java app I have written on a Blackberry 8800. Unfortunately, from what I have read it seems...
Should the compressed SVG be SVGZ file? Veiko ... ____________________________________________________________________________________ Looking for last minute...
No, perhaps 'compressed' was the wrong word. According to http://www.plazmic.com/en/support/general.shtml#6 the PME files are binary representations of SVG...
Bruce, I like what you're doing with stroke-dasharray here. Using script to vary the stroke-dashoffset could make some very nice textures. The whole thread,...
ddailey
ddailey@...
Feb 9, 2008 3:20 pm
59928
Hi David, Opera so far only implements the "d" attribute in a glyph, not arbitrary SVG content within a glyph. Thats why SVG fonts work fine when the geometry...
Hi all, I have a SVG project which I wrote a couple of years ago, which used to run on IIS, but now is to run on Apache. Could someone tell me what to add to...
hello:) We have a desktop application. What I need to do, is to be able to copy/paste svg images between applications..eg from Coreldraw/to Coreldraw etc.. ...
Hi Neville, I think that getting information to and from the Clipboard in SVG is likely to be difficult -- especially if you want your page to work across...
ddailey
ddailey@...
Feb 14, 2008 1:20 am
59932
With Firefox 3, beta 3 released - may I remind the SVG developers to give it some thorough testing? Please test your own examples and report problems to the...
david, I'm not clear why copy and paste isn't just text. is there a simple introduction to how we got in this mess? I recently filed a bug with Amaya on this...
Hello:) Is the Amaya being referred to the embroidery people?? Our program is an embroidery application..I did write to Adobe to check whether I can get a...