Hello Jimmy, you have to tell your XML parser *not to validate* during parsing. This will be XML parser dependent. You need to consult the documentation of the...
14027
Alex Fritze
alexfritze
Apr 2, 2002 10:20 am
... You are right in saying that this is not a libart problem; it is the price we paid to get svg working on all platforms (Win/Mac/Unix). There is an easy...
14028
Chris Lilley
nantonos2001
Apr 2, 2002 10:20 am
On Tuesday, April 2, 2002, 12:13:03 PM, Jimmy wrote: JJ> Hi JJ> I have to replace every occurrence of F in all the text tags of an SVG with X. JJ> The parser...
14029
Danny Ayers
danny_ayers
Apr 2, 2002 11:00 am
Amazing! ... Danny Ayers <stuff> http://www.isacat.net </stuff>...
14030
Peschka, Jeremiah
jeremiah.peschka@...
Apr 2, 2002 1:27 pm
I have an animation that makes use of some fonts that are on my development machine and my server, but are not on most people's computers. Is there a way to...
14031
andre m. winter
raxmapa
Apr 2, 2002 1:51 pm
hello, i like this solution for the piechart because this seems to be a way to animate them: changing from one state to another by changing the angles. with...
14032
Peschka, Jeremiah
jeremiah.peschka@...
Apr 2, 2002 2:11 pm
One thing that you can do, it won't help much, but place the animated portion of the pie chart before the others. That way, their layers are rendered on top...
14033
hgokdogan
Apr 2, 2002 2:12 pm
Actually underlining or changing the color of the specific text are my backup plans-however I would really prefer a way to highlight certain words or change...
14034
Doug Schepers
d_a_schepers
Apr 2, 2002 2:13 pm
Hi, Jeremiah- Yes, you can embed the font directly into the SVG CDATA section. Batik has the ability to convert True Type Fonts to SVGFonts ...
14035
Peschka, Jeremiah
jeremiah.peschka@...
Apr 2, 2002 2:14 pm
To change the background color of certain words would, most likely, require <tspan> elements around the words. You could probably do this with a nifty little...
14036
Michael Bierman
mbier
Apr 2, 2002 2:15 pm
Gee, sounds pretty poor on Mozila's part to cause such a major break for a
plugin this late in their cycle. It is even worse that they place
responsibility for...
14037
Michael Bierman
mbier
Apr 2, 2002 2:19 pm
Yes.
1. Convert the fonts to paths (least optimal)
2. Convert the fonts to SVG fonts (much better; text remains text).
3. Convert the fonts to CEF (Adobe's...
14038
skeetersrow
Apr 2, 2002 2:24 pm
Hi Alex, I of course stand corrected, sorry about the missinformation about the libart.dll. I thought that you had once said that <foreignObject> was being...
14039
skeetersrow
Apr 2, 2002 2:31 pm
Marcel Did you miss this page at Adobe? http://www.adobe.com/svg/viewer/install/old.html Here is a direct download for a RedHat Linux 7.1 ...
14040
skeetersrow
Apr 2, 2002 2:43 pm
Hi Andrew Nothing contradictory here. As of a week or so ago there was a change in coding and I won't go into that here. End effect is old browsers such as the...
14041
smilingsara30
Apr 2, 2002 2:49 pm
After reading the article, one can see how self-absorbed Macromedia is. They keep saying it is up to the SEARCH engines to change in order to index flash...
14042
Alex Fritze
alexfritze
Apr 2, 2002 2:54 pm
... It wasn't actually that much of a misinformation. Libart only works in 24bit, but that is by design. We tried to make a special Mozilla version of libart...
14043
christol@...
oldmeatus
Apr 2, 2002 2:54 pm
It would still be hard to index swf without text, tho. As I recall, the Flash manual tells you to convert your text to outlines as a standard thing. Mark...
14044
Lance Dyas
garthan_drag...
Apr 2, 2002 3:05 pm
Its definitely fun... it would be very useful if it did measurements... in pixels and looked to the surrounding page for a translation like pixelSize and ...
14045
Graeme Coutts
gecoutts
Apr 2, 2002 3:12 pm
I am using an EMBED tag within HTML to display a SVG image. I wish to allow the user to choose a different SVG image from options within a listbox and then the...
14046
Graeme Coutts
gecoutts
Apr 2, 2002 3:12 pm
I have trying to disable a user's ability to navigate around my SVG by using the enableZoomAndPanControls attributes. However I encounter some problems: The...
14047
arosyada
Apr 2, 2002 3:21 pm
ahoy.. I've written a script for generating 3D surface on the fly. The complete code and files uploaded to svg-delelopers as 3dsurface.zip or download it...
14048
Doug Schepers
d_a_schepers
Apr 2, 2002 3:43 pm
Wow. That's astounding. The Surface 3D demo blew me away! -Doug arosyada wrote: ahoy.. I've written a script for generating 3D surface on the fly. The complete...
14049
matthewgrimm
Apr 2, 2002 3:54 pm
Hi. I'm new to this group. And I'm impressed with the work going on here. Seems like SVG is growing legs. I think it's cool to have XML do something this...
14050
Peschka, Jeremiah
jeremiah.peschka@...
Apr 2, 2002 3:56 pm
Is CEF supported by other viewers, or just the Adobe viewer? ... From: Michael Bierman [mailto:mbier@...] Sent: Tuesday, April 02, 2002 9:19 AM To:...
14051
arosyada
Apr 2, 2002 4:01 pm
yeah, i got the same problem with this too. i use ASV3 and IE5.01. It's working, but that is not the issue. We can't predict any other effects from using...
14052
Doug Schepers
d_a_schepers
Apr 2, 2002 4:08 pm
Hey! Where are Alaska and Hawaii? I zoomed all the way out, but they weren't there! Seriously, that's a very cool animation. And here I though SVG could only ...
14053
Chris Lilley
nantonos2001
Apr 2, 2002 4:51 pm
... AF> Some of the samples on the croczilla site use <foreignObject>s slightly AF> incorrectly. AF> According to the SVG DTD <foreignObject>s are only allowed...
14054
Kevin Lindsey
k_e_lindsey
Apr 2, 2002 5:06 pm
Amri, ... Very nice. ... I tried an experiment using Java for the 3D calculations. I use an HTML document with a Java .jar file and an SVG document, then I...
14055
Halil Gokdogan
hgokdogan
Apr 2, 2002 5:14 pm
and what do I need to put in my tspan as an attribute or how can the highlighting be done... I was able to get the search keywords in different tspans earlier...