Skip to search.
svg-developers · SVG Developers

Group Information

  • Members: 5539
  • Category: Data Formats
  • Founded: Aug 16, 1999
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

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

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help