Hi everyone, Apologies if I've missed this somewhere in any documentation or in previous postings, but what is the most popular way of creating and rotating...
... thanks :-) ... there is a lot of room for speculations, but i guess no one really knows the future . so we can discuss what should or could be, but we cant...
... Hi Jason rotate() expects one or 3 parameters, if you provide 3 the last two are the center of rotation. to calculate the center of a use element, is...
Dear Firefox Holger, if this is a svg newsgroup the clients' os and browser preferences should be none of your business. Eventually svg suffers from its...
Hello , I have two basic question , 1. i want to embed the one svg file inside the other svg file can we embed it in a wat that we only specify the insider...
51024
Hong Lei
hongl.list@...
Aug 2, 2005 4:59 am
1.Use "image" element <image x="100" y="100" width="50" height="50" xlink:href="another.svg" /> 2.Just follow the dom tree or use...
... Dear Paul firefox is not my name, please try to learn to read ! ... as i said, SVG gives you the freedom to choose the implementation you like. on this...
Holger look up the word 'paranoia' in your dictionary and maybe also 'ranting', and maybe then welkerpaul makes sense... Barend "anybrowserthatworksforme"...
Jim, But as you know, the SVG spec defines a large number of possible values to test for with DOMImplementation, not just "do you have SVG?". So ideally we ...
Your document is attached. ... file.zip: No virus found Powered by the new Norton OnlineScan Get protected: www.symantec.com [Non-text portions of this message...
Would everyone agree that this is an appropriate template for SVG? ==================== <?xml version="1.0" standalone="no"?> <svg width="300" height="300"...
Hello, I have posted a message to this group regarding the optimization tool I am working on hoping that I will get suggestions and comments on the progress I...
I guess I should add <title> too. So this gives me: ======================== <?xml version="1.0" standalone="no"?> <svg width="300" height="300" version="1.1" ...
encoding is also useful when it comes to use more than [a-z]. <?xml version="1.0" encoding="UTF-8" standalone="no"?> <svg xmlns="http://www.w3.org/2000/svg" ...
Hey all, I'm new to SVG. I've never used it before but i want to use it to generate images that can be used in Visio (which can open SVG), possibly convert to...
The encoding addition brings me to this: ======================== <?xml version="1.0" encoding="UTF-8" standalone="no"?> <svg width="300" height="300"...
HI, ... I think the thinking is to not use DTDs, rather than to 'fix' Mozilla. Certainly from our point of view we would rather validate against XML schemas,...
... Hi Chris i dont know any c/c++ , but as svg is just plain simple xml, you should be able to build your svgs with any xml lib. for more advanced features...
I wasn't clear: I meant change the documentation. (How much documentation out there is telling people that they have to use a DTD for working with SVG!.) I...
Maybe you mean, ENOUGH ??? Yes, I must admit SVG is making me a bit nuts...It's like the model train set I would put out at Christmas for my childen. It would...
... you could get a login , too. if you dont want that, i could change the page. should the whole paragraph be deleted, or should just the wording be changed...
Thanks for the info. I was hoping to find a high level API with basic functions built into it like "DrawColoredRectangle (x,y,len,width,color)" There's a very...
Chris, If I understand the app that you are describing, an API-like approach would be overkill. All you want to end up with is an SVG file that is passed to a ...
What sort of c/c++ environment are you using? One option would be to find something like 'kode' (part of debian linux, I believe) that would generate c++...