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...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 53298 - 53327 of 60468   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
53298
... am the ... in ... image ... Here is the source of svg image: <?xml version="1.0" encoding="utf-8"?> <!-- Generator: Adobe Illustrator 10.0, SVG Export...
Nikolya Patskov
algornik7
Offline Send Email
Dec 1, 2005
8:23 am
53299
I have svg image (created in Adobe Illustrator). I need to insert it into another svg document with the help of image tag. Here is the source of svg image: ...
Nikolya Patskov
algornik7
Offline Send Email
Dec 1, 2005
8:28 am
53300
Hi, Nikolya- ... I took a look at your problem, and I can confirm that it is your source file that is causing the problem. Illustrator has done a particularly...
Doug Schepers
d_a_schepers
Offline Send Email
Dec 1, 2005
9:25 am
53301
Hi all! I converted two fonts with Batik and insert them in this file: http://www.centralscrutinizer.it/en/changecolors.svg My fonts are visible with ASV 3/6 ,...
Marco
marcorosella
Offline Send Email
Dec 1, 2005
1:43 pm
53302
Hi, Marco- I'm afraid SVGFonts are not supported in FF. For any questions of this nature, you can always go straight to the source: ...
Doug Schepers
d_a_schepers
Offline Send Email
Dec 1, 2005
1:56 pm
53303
... Unfortunately FF does not have BasicFont or Font support yet, and although there are ideas out there about how to do text rendering in FF I know of no one...
Martyn Eggleton
atuinstretch
Offline Send Email
Dec 1, 2005
2:08 pm
53304
Hi, Has anybody had this problem before? I am using the .NET System.XML classes to read a SVG file into an XmlDocument object which I want to parse in code...
Wayne Hetherington
wayneclassz
Offline Send Email
Dec 1, 2005
2:53 pm
53305
Hi Demenico, ... Some browsers, Mozilla included, treat the non-NS *attribute* methods as being equivalent to the NS counterparts passed null. The DOM specs...
Jonathan Watt
wattie@...
Send Email
Dec 1, 2005
4:16 pm
53306
I think an Important point is being being missed by all here. Yes WE know that FF1.5 has SVG turned on by default and WE know that the support is not complete...
Martyn Eggleton
atuinstretch
Offline Send Email
Dec 1, 2005
4:36 pm
53307
hi, ... it must have been somewhere in the last promotional material because it shows on several non-techie newspapers, here a review from a general newspaper...
Andre M. Winter - Car...
raxmapa
Offline Send Email
Dec 1, 2005
4:53 pm
53308
Does SVG support predictive graphics pipelining? http://trunks.secondfoundation.org/files/psychic.swf -- Johnnie...
John
boomerang0123
Offline Send Email
Dec 1, 2005
4:57 pm
53309
... Yes. Antoine -- Antoine Quint — Fuchsia Design SVG & Client-side XML Consulting W3C SVG WG Invited Expert http://fuchsia-design.com [Non-text portions of...
Antoine Quint
graouts
Offline Send Email
Dec 1, 2005
5:02 pm
53310
I implemented your recommendation, and something that did not occur to me initially is that all the svg graphics are in front. Like you said, not very...
Sean
couloir007
Offline Send Email
Dec 1, 2005
5:08 pm
53311
Domenico: I feel your pain. It is very frustrating to try working with multiple SVG rendering engines when you all you want to do is get your work published...
Darryl Watson
Darryl_Watson
Offline Send Email
Dec 1, 2005
5:09 pm
53312
It was even on Lemonde frontpage : http://www.lemonde.fr/web/article/0,1-0,36-716172,0.html and SVG was mentionned ! /"L'intégration de la technologie SVG va...
Jean-David Benamou
benamoujd
Offline Send Email
Dec 1, 2005
5:39 pm
53313
... Congratulations and many deeply heartfelt thanks to the FF SVG team! We know how hard it can be to implement SVG, especially with support for inlining...
Robin Berjon
sibylia2017
Offline Send Email
Dec 1, 2005
6:54 pm
53314
... Both, but they're a bit different. The nodeValue field is defined for all Nodes and maps to different things depending on the node type. The data field is...
Robin Berjon
sibylia2017
Offline Send Email
Dec 1, 2005
6:56 pm
53315
Hi, Firefox doesn't correctly display any of the SVG's on my site, including ones I'm pretty sure have the Kosha namespace declarations etc. Also, as far as I...
Richard Pearman
cremnosedum
Offline Send Email
Dec 1, 2005
9:08 pm
53316
I don't understand your problem here - what exactly do you mean by "are in front"? Do you have a problem with document order? You can always reorder the...
Andreas Neumann
neumannandreas
Offline Send Email
Dec 1, 2005
9:17 pm
53317
... Your server isn't sending the Content-Encoding header for svgz files: http://jwatt.org/svg/authoring/#server-configuration -tor...
T Rowley
mozsvg
Offline Send Email
Dec 1, 2005
9:25 pm
53318
With regards to TerraServer imagery, there is a delay between when I update the image tag, and when the image shows up. Ideally, I'd know when it shows up....
Sean
couloir007
Offline Send Email
Dec 1, 2005
9:38 pm
53319
... When I read "predictive graphics pipelining" I thought we were talking about loading the graphics the audience will want before they commit to wanting...
John Dowdell
jdowdell99999
Offline Send Email
Dec 1, 2005
9:47 pm
53320
Richard, also, if you use a lot of SMIL in your examples, you have to be aware that Mozilla SVG does not yet support SMIL. Andreas...
Andreas Neumann
neumannandreas
Offline Send Email
Dec 2, 2005
11:13 am
53321
... Although you can use Doug's Shepers excellent smilscript to add some of the functionality via javascript. http://www.vectoreal.com/smilscript/ ... ...
Martyn Eggleton
atuinstretch
Offline Send Email
Dec 2, 2005
11:17 am
53322
Thanks Robin and Jonathan for shedding some light on this issue. Andreas...
Andreas Neumann
neumannandreas
Offline Send Email
Dec 2, 2005
11:40 am
53323
yes, document order matter: the message text needs to be behind the image. fyi: in SVG 1.2 there is a ProgressEvent: http://www.w3.org/TR/SVGMobile12/ ...
Andreas Neumann
neumannandreas
Offline Send Email
Dec 2, 2005
11:49 am
53324
Hi Domenico, I can certainly understand your concerns about your existing SVG artwork not rendering well in Firefox. But I think it is a valid strategy to...
Andreas Neumann
neumannandreas
Offline Send Email
Dec 2, 2005
12:05 pm
53325
Many thanks, Doug and Martyn. ... in FF ... create ... Waiting for Mozilla implementation, managing paths inside glyphs trought javascript is a very good idea....
Marco Rosella
marcorosella
Offline Send Email
Dec 2, 2005
2:49 pm
53326
Hi: It is very weird to me for the following reasons 1) if I use 'Content-type: text/plain' instead of 'Content-type: image/svg+xml', I can get the svg text in...
zou wei
zou_w
Offline Send Email
Dec 2, 2005
7:09 pm
53327
Hi Andreas, I accept your mediation, you are so gentle. Also other friends off list. I still maintain though that the release of an incomplete implementation...
domenico_strazzullo
domenico_str...
Offline Send Email
Dec 3, 2005
2:04 am
Messages 53298 - 53327 of 60468   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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