Hi am myself a selftaught graphic designer, looking out for people who have the common intrest of SVG in India kindly get in touch with me shira ...
1393
Steve White
steve@...
Dec 1, 2000 3:18 pm
I have just agreed to help write a book on SVG for Manning Publications. It won't be for dummies though. We don't have a definite publication date yet but I...
1394
David Nimmons
David_Nimmons@...
Dec 1, 2000 4:24 pm
Good news. I look forward to it. I hope it will at least be comprehensible to dummies. "Steve White" <steve@VirtualMech To:...
1395
mikeri@...
Dec 1, 2000 4:50 pm
Steve: I just ran your samples under NT 4.0 sp4 monitoring them with Perfmon. FWIW -- The main difference between the DHTML and the first SVG example showed...
1396
mikeri@...
Dec 1, 2000 4:56 pm
Michael: You are correct, I was referring to version 1.0 and the beta of the 2.0 release. Do you need a bug report submitted on this filter problem or is it ...
1397
mikeri@...
Dec 1, 2000 5:15 pm
... interface ... Did you mean getBBox()? Is this the method I'm looking for? It sounds like it but since it's not implemented, I wasn't sure. It's also not...
1398
mikeri@...
Dec 1, 2000 5:29 pm
Jon, Michael, Pete, et.al.: This one looks like it got lost in the shuffle. Can someone let me know if this is a bug (and if so, should a bug report be...
1399
Steve White
steve@...
Dec 1, 2000 5:39 pm
Thanks I appreciate that. I must look into getting some good analysis software. Since this is a little beyond my expertise, can you or anyone suggest what ...
1400
David Nimmons
David_Nimmons@...
Dec 1, 2000 6:44 pm
Anyone have a example you can point me to of how to define a text element and then supply the text value in the <use> statement?...
1401
glenlanz@...
Dec 1, 2000 6:46 pm
Here is another sample of the situation above. You can see the width distortions on it even without scaling, on original view: <svg x="67.0" y="35.0"...
1402
Peter Sorotokin
sorotokin@...
Dec 1, 2000 6:53 pm
... You can't do it with SVG 1.0 without scripting. The only thing use can pass as "parameters" are inheritable CSS styles and transformation matrix. Peter...
1403
André M. Winter
andre.mw@...
Dec 1, 2000 6:58 pm
well, the guess, this is just the problem of aliasing and anti-alaising. you have to choose between those. the problem is, that any object has zu fit in the...
1404
David Nimmons
David_Nimmons@...
Dec 1, 2000 7:07 pm
Thank you. I appreciate the help. "Peter Sorotokin" To: svg-developers@egroups.com <sorotokin@ya cc: hoo.com> Subject:...
1405
Jon Ferraiolo
jferraio@...
Dec 1, 2000 7:14 pm
... There is a getExtentOfChar() method on SVGTextContentElement interface. ... No, I did indeed mean getExtentOfChar(). But for the time being, in the Adobe...
1406
mikeri@...
Dec 1, 2000 7:36 pm
... PalmPC/WinCE ... devices....
1407
glenlanz@...
Dec 1, 2000 8:38 pm
How can I create a line in an SVG image with pixel-based width (thickness)? I want this line to have the same width (in pixel) on my screen during a zooming....
1408
Jon Ferraiolo
jferraio@...
Dec 1, 2000 10:24 pm
This facility has been removed from the SVG 1.0 language specification with the latest (Nov 2, 2000) document primarily due to difficulties reported by ...
1409
Jon Ferraiolo
jferraio@...
Dec 1, 2000 11:01 pm
Michael, I loaded the file you attached below and I don't see any shifting as the animation runs. I am running a version which is more recent to the public ...
1410
jstanley@...
Dec 2, 2000 4:17 am
Thanks very much, I kinda figured that xlink:href is in the SVG parser glad to hear it confirmed. So I guess that means that my xsl tranformer can't define a...
1411
fractals@...
Dec 2, 2000 1:43 pm
I am looking at svg as a possible alternative to a flash content site that i have to implement. The site will have lots of database-driven data. And doing this...
1412
Jon Ferraiolo
jferraio@...
Dec 2, 2000 2:21 pm
SVG has an <image> element which can point at an SVG file. You can animate the xlink:href attribute on that <image> element to point to a new file, and that...
1413
glenlanz@...
Dec 3, 2000 12:31 pm
Thank you. But you wrote "a way to avoid this is to NOT use outlines in screendesign. in fact they are not necessary with the right contrast." Do you mean...
1414
André M. Winter
andre.mw@...
Dec 3, 2000 12:59 pm
sorry, that was a general remark. when you create graphics (charts, ...) for offset-print on paper, one often puts black outlines onto colored polygons. this...
1415
Clinton Gallagher
csgallagher@...
Dec 3, 2000 11:06 pm
<!-- ...there's a very nifty feature of the flash player that bears <!-- the name "Load Movie": with it you can define a sprite anywhere in <!-- your "page"...
1416
glenlanz@...
Dec 4, 2000 3:02 pm
I have tried Adobe SVGViewer 2 beta and I see there is the same problem with doffetrent bar widths. ... one often ... color-print ... through ... your ... ...
1417
Jon Ferraiolo
jferraio@...
Dec 4, 2000 3:13 pm
Clinton, ... I have been operating under the impression that SVG is an open standard itself, given that it is the work of the World Wide Web Consortium, with ...
1418
Ken Stacey
ken@...
Dec 4, 2000 4:10 pm
Jon and Michael, Thanks for reminding me that SVG 1.0 is a candidate recommendation and can still change. We make an SVG generator which produces output that...
1419
ljruell@...
Dec 4, 2000 6:05 pm
http://xml.apache.org/batik/ I wasn't. where did this come from? sounds fascinating... l.j. ruell...
1420
David Nimmons
David_Nimmons@...
Dec 4, 2000 6:49 pm
New version available. Incorporates some suggestions from Michael and some other improvements. Can now click anywhere on tab. Is smaller and faster. ...
1421
Peter Sorotokin
sorotokin@...
Dec 4, 2000 7:30 pm
... xsl ... SVG ... in ... Declare xlink namespace as xmlns:xlink="http://www.w3.org/1999/xlink", it should work in Adobe SVG 2.0 beta and in all later...