Search the web
Sign In
New User? Sign Up
svg-developers · SVG Developers
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 59905 - 59934 of 63012   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
59905
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...
Frank Bruder
redurbf
Offline Send Email
Feb 3, 2008
3:06 pm
59906
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...
Andreas Neumann
neumannandreas
Offline Send Email
Feb 4, 2008
1:14 pm
59907
... As Andreas said, nice tutorial! I’ve put a link to it on Batik’s wiki. -- Cameron McCormack, http://mcc.id.au/ xmpp:heycam@... ▪ ICQ...
Cameron McCormack
heycam_yg
Offline Send Email
Feb 4, 2008
9:37 pm
59908
Does anyone know how to create a "wavy" line symbol in SVG? I am thinking a symbol similar to a sine wave along a path. Any ideas or hints would be...
brucerindahl
Offline Send Email
Feb 5, 2008
4:39 pm
59909
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@...
Send Email
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...
brucerindahl
Offline Send Email
Feb 5, 2008
9:14 pm
59911
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...
"~:'' あり...
signbrowser
Offline Send Email
Feb 6, 2008
7:25 am
59912
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@...
Send Email
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...
Helder Magalhes
heldermagalhaes
Offline Send Email
Feb 6, 2008
9:14 am
59914
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 ...
Andreas Neumann
neumannandreas
Offline Send Email
Feb 6, 2008
9:29 am
59915
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@...
Send Email
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@...
Send Email
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...
brucerindahl
Offline Send Email
Feb 6, 2008
8:54 pm
59918
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...
RODOLFO MORENO LLACZA
rodolfoamoreno
Offline Send Email
Feb 7, 2008
11:06 pm
59919
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...
Andreas Neumann
neumannandreas
Offline Send Email
Feb 8, 2008
7:42 am
59920
Rudolfo, you might want to consider xmlhttprequest depending exactly what you are doing... an example is here: ...
"~:'' あり...
signbrowser
Offline Send Email
Feb 8, 2008
8:26 am
59921
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...
luke.clemente
Offline Send Email
Feb 8, 2008
1:06 pm
59922
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...
RODOLFO MORENO LLACZA
rodolfoamoreno
Offline Send Email
Feb 8, 2008
10:14 pm
59923
Rodolfo, if you could point us to a URI? opacity was a known ff problem, if there's much of it... filters also can be slow... did you try opera or...
"~:'' あり...
signbrowser
Offline Send Email
Feb 8, 2008
10:49 pm
59924
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...
horseisbrown
Offline Send Email
Feb 9, 2008
12:43 pm
59925
Should the compressed SVG be SVGZ file? Veiko ... ____________________________________________________________________________________ Looking for last minute...
veiko herne
veiko_h
Offline Send Email
Feb 9, 2008
12:58 pm
59926
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...
horseisbrown
Offline Send Email
Feb 9, 2008
2:49 pm
59927
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@...
Send Email
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...
Andreas Neumann
neumannandreas
Offline Send Email
Feb 11, 2008
11:48 am
59929
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...
charmquark69
Offline Send Email
Feb 12, 2008
1:37 pm
59930
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.. ...
Neville
efectnevi
Online Now Send Email
Feb 13, 2008
2:09 pm
59931
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@...
Send Email
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...
Andreas Neumann
neumannandreas
Offline Send Email
Feb 14, 2008
7:42 am
59933
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...
"~:'' あり...
signbrowser
Offline Send Email
Feb 14, 2008
8:17 am
59934
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...
Neville A
efectnevi
Online Now Send Email
Feb 14, 2008
1:16 pm
Messages 59905 - 59934 of 63012   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help