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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 51019 - 51048 of 60951   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
51019
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...
jasonsfoster
Offline Send Email
Aug 1, 2005
8:04 am
51020
... 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...
Holger Will
holger492
Offline Send Email
Aug 1, 2005
9:04 am
51021
... 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...
Holger Will
holger492
Offline Send Email
Aug 1, 2005
9:32 am
51022
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...
welkerpaul
Offline Send Email
Aug 1, 2005
9:11 pm
51023
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...
thequantimizer
Offline Send Email
Aug 2, 2005
4:48 am
51024
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...
Hong Lei
hongl.list@...
Send Email
Aug 2, 2005
4:59 am
51025
... 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 Will
holger492
Offline Send Email
Aug 2, 2005
6:46 am
51026
Holger look up the word 'paranoia' in your dictionary and maybe also 'ranting', and maybe then welkerpaul makes sense... Barend "anybrowserthatworksforme"...
Barend Köbben
barendkobben
Offline Send Email
Aug 2, 2005
8:24 am
51027
... ROFL :-) thanks for the tip. that helped a lot ! Holger "thisisaquestion?" Will...
Holger Will
holger492
Offline Send Email
Aug 2, 2005
9:43 am
51028
"Jonathan Watt" <wattie@...> wrote in message news:f21dbbd705072817234af897e9@.... ... BUG! It should not return true for either, as it has...
Jim Ley
jibberjim
Offline Send Email
Aug 2, 2005
12:21 pm
51029
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 ...
Mark Birbeck
mark_birbeck
Online Now Send Email
Aug 2, 2005
12:40 pm
51030
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...
dean@...
obscureusername
Offline Send Email
Aug 2, 2005
1:44 pm
51031
ENOUGH !!! [Non-text portions of this message have been removed]...
Bob Hunter
bns4home
Offline Send Email
Aug 2, 2005
2:04 pm
51032
Would everyone agree that this is an appropriate template for SVG? ==================== <?xml version="1.0" standalone="no"?> <svg width="300" height="300"...
Marjorie Roswell
margieroswell
Offline Send Email
Aug 2, 2005
2:19 pm
51033
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...
Joseph
shemeri
Offline Send Email
Aug 2, 2005
2:28 pm
51034
Might want to add the XLink namespace. Mark Birbeck CEO x-port.net Ltd. e: Mark.Birbeck@... t: +44 (0) 20 7689 9232 w: http://www.formsPlayer.com/ b:...
Mark Birbeck
mark_birbeck
Online Now Send Email
Aug 2, 2005
2:38 pm
51035
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" ...
margieroswell
Offline Send Email
Aug 2, 2005
3:03 pm
51036
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" ...
"André M. Winter -...
raxmapa
Offline Send Email
Aug 2, 2005
3:06 pm
51037
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...
Chris Serio
itscjserio
Offline Send Email
Aug 2, 2005
3:21 pm
51038
The encoding addition brings me to this: ======================== <?xml version="1.0" encoding="UTF-8" standalone="no"?> <svg width="300" height="300"...
margieroswell
Offline Send Email
Aug 2, 2005
3:37 pm
51039
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,...
Mark Birbeck
mark_birbeck
Online Now Send Email
Aug 2, 2005
3:40 pm
51040
... 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...
Holger Will
holger492
Offline Send Email
Aug 2, 2005
3:53 pm
51041
Hi Marge ... i would maybe use a default viewBox instead of default width and height, <svg viewBox="0 0 300 300" version="1.1" ...
Holger Will
holger492
Offline Send Email
Aug 2, 2005
4:00 pm
51042
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...
Marjorie Roswell
margieroswell
Offline Send Email
Aug 2, 2005
4:01 pm
51043
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...
Francis Hemsher
fhemsher
Offline Send Email
Aug 2, 2005
4:13 pm
51044
... 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...
Holger Will
holger492
Offline Send Email
Aug 2, 2005
4:15 pm
51045
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 Serio
itscjserio
Offline Send Email
Aug 2, 2005
4:47 pm
51046
"Mark Birbeck" <Mark.Birbeck@...> wrote in message news:B841AC96-C2B4-4799-869D-9852793297AE@S009... ... Right, so we agree that Mozilla SVG and...
Jim Ley
jibberjim
Offline Send Email
Aug 2, 2005
5:33 pm
51047
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 ...
Mark Birbeck
mark_birbeck
Online Now Send Email
Aug 2, 2005
5:33 pm
51048
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++...
William McKenzie
wsmckenz
Offline Send Email
Aug 2, 2005
5:41 pm
Messages 51019 - 51048 of 60951   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