... Only if you restrict yourself to integer percentages. 85.234566788% is still an acceptable value. ... Yes, it is. -- Chris...
3927
AndrewWatt2001@...
May 1, 2001 12:30 pm
This is probably a question for Jon or Chris, but anyone else is welcome to comment. My impression is that the only XLink functionality currently supported in...
3928
AndrewWatt2001@...
May 1, 2001 12:46 pm
After my questions about cross-browser compatibility the other day I decided I ought to upgrade to Netscape 6.01 to see if functionality had been improved at...
3929
Robin Berjon
robin@...
May 1, 2001 2:03 pm
... I'm not a guru on the matter but you may wish to try Mozilla 0.8.1 instead (without SVG/MathML/XSLT), it's usually more stable. Remember that despite what...
3930
Lance Dyas
lancelot@...
May 1, 2001 2:07 pm
I have the same problem with ns6.01... it fires up ie to look at it but I have no problems with a recent build of Mozilla... ... -- ...
3931
r_diblasi@...
May 1, 2001 7:00 pm
Andrew and the rest of the SVG group, I think the group may be interested to know that the Batik project has released new beta...in fact 1.0 beta2...and here...
3932
jmorris@...
May 1, 2001 8:54 pm
If a symbol element contents elements drawn in either the -x or -y directions, they are incorrectly clipped so that only the parts that are in both the...
3933
AndrewWatt2001@...
May 1, 2001 11:30 pm
In a message dated 01/05/01 20:21:05 GMT Daylight Time, r_diblasi@... ... Robert, Thanks for that. I hadn't spotted it. How are you progressing with...
3934
AndrewWatt2001@...
May 2, 2001 12:13 am
In a message dated 01/05/01 21:30:10 GMT Daylight Time, robin@... ... Thanks Robin. The ironic thing was that Netscape 6.0 was pretty stable in my ...
3935
r_diblasi@...
May 2, 2001 12:13 am
just checking to see if site is up having trouble Robert A. DiBlasi...
3936
Jon Ferraiolo
jferraio@...
May 2, 2001 4:07 am
I don't remember how the SVG specification might have changed over time or what features/bugs were in the Adobe SVG Viewer version 1, but the circle is indeed...
3937
armand.d@...
May 2, 2001 10:34 am
Hi all Perhaps some of the XSL people can help me here. I have the following XML: <MONTHS> <MONTH>10</MONTH> <MONTH>20</MONTH> <MONTH>30</MONTH> ...
3938
AndrewWatt2001@...
May 2, 2001 10:44 am
Hi all, Do you remember the lake Java applet? The one that gave you a nice shimmering reflection of a bitmap image, seemingly situated on the edge of a lake. ...
3939
Chris Lilley
chris@...
May 2, 2001 10:46 am
... Sorry, but this is just not true. Without a viewBox, how is the browser to know what region of world coodinates you would like to be presented? ... Inside...
3940
Jiri Jirat
Jiri.Jirat@...
May 2, 2001 11:38 am
Hi, XSLT is enough for this. But you must be sure, that your currently processed node is "MONTHS". Example: <xsl:template match="MONTHS"> <xsl:value-of...
3941
M.Toomey
m.toomey@...
May 2, 2001 12:02 pm
Armand, something like this <xsl:template match="MONTH"> <p><xsl:value-of select="number(.) - 3"/></p> </xsl:template> Michael Toomey ... From:...
3942
Jon Frost
inhorbit@...
May 2, 2001 12:57 pm
... _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com...
3943
manuel_bauwens@...
May 2, 2001 3:51 pm
... At that resolution, it's normal if your screen is small (<21')... It has to crop the image to fit the screen, so you can have a loss of pixel...
3944
manuel_bauwens@...
May 2, 2001 3:55 pm
... great ... I think it would work with an image that fully exists out of SVG. For bitmap graphics like GIF, JPG and PNG you would have to have acces to the...
3945
Richard Pearman
richardp@...
May 2, 2001 4:47 pm
I tryed both the suggestions for getting svgfonts to work (adding a new directory to my path and using a particular command syntex) but I still got the "Bad...
3946
Richard Pearman
richardp@...
May 2, 2001 4:47 pm
This doesn't happen if you change the code to: <defs> <circle id="test1" cx="0" cy="0" r="5"/> </defs> <use xlink:href="#test1" x="20" y="20"/> Richard Pearman...
3947
manuel_bauwens@...
May 2, 2001 8:22 pm
... make a great ... This can be possible for an image fully in SVG. But for a JPG, GIF or PNG you will have to be able to read and store lines of the bitmap. ...
3948
AndrewWatt2001@...
May 2, 2001 9:38 pm
I was trying out one of the examples from SMIL Animation (modified one from Figure 3 in the WD) but the Adobe viewer complains about the c data in the path. ...
3949
Ian Tindale
ian_tindale@...
May 2, 2001 9:54 pm
... I think all Yahoo groups are having trouble at present - it would seem. If you can't read this message, then it didn't get through, which proves the ...
3950
Gardos Software
gardos@...
May 2, 2001 10:10 pm
Hi, gsDXF2SVG.dll is an ActiveX DLL that converts DXF files to SVG files. A beta version is available for download at http://business.hol.gr/gardos/ Athanasios...
3951
gardos@...
May 2, 2001 10:18 pm
Hi, gsDXF2SVG.dll is an ActiveX DLL that converts DXF files to SVG files. A beta version is available for download at http://business.hol.gr/gardos/ Athanasios...
3952
blackfox512@...
May 2, 2001 11:10 pm
Nice site, manuel, and thnx for the code you send me, that was a real fast reponse there. Regards, steven...
3953
inhorbit@...
May 2, 2001 11:15 pm
... tried ... generates ... scenarios however ... using ... testing ... Jirat is on target. Use his example: <xsl:template match="MONTHS"> <xsl:value-of...
3954
goessner@...
May 2, 2001 11:50 pm
here is a simple method to reproduce the bug in adobe's svgview with ie reported here repeatedly. in europe we have a 'floating comma' instead of a 'floating...
3955
Jon Ferraiolo
jferraio@...
May 2, 2001 11:50 pm
Andrew, Where did you get the c(...) syntax from? This syntax was never in any SVG specification that I can remember. A path must begin with an Moveto ("M"). ...