Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

svg-developers · SVG Developers

The Yahoo! Groups Product Blog

Check it out!

Group Information

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

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 61732 - 61761 of 66117   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
61732 André M. Winter
raxmapa Send Email
Jan 8, 2009
7:38 am
hi, people reported that print directly to paper works well. then it seems to be related to my pdf print driver (althouh it is adobe acrobat). maybe not a FF...
61733 John C. Turnbull
qu0ll64 Send Email
Jan 8, 2009
9:00 am
What tools would I need to use to convert paper maps into SVG files? What's the most efficient way to go about the task of converting a large number of maps? ...
61734 veiko herne
veiko_h Send Email
Jan 8, 2009
11:19 am
I think you need you scan them and use utilities like Corel Trace to get bitmaps to vector graphics. Corel saves them to SVG format. Veiko ...
61735 Brad Neuberg
bradneuberg Send Email
Jan 8, 2009
4:46 pm
The free and open source package Inkscape can also turn a bitmap into a vector and then save it as SVG. ... [Non-text portions of this message have been...
61736 begur_n_rao Send Email Jan 8, 2009
6:55 pm
I am trying to read SVG file using Java and trying to extract all component information. Though SVG follow an XML standard, I do not see a proper XML schema in...
61737 Cameron McCormack
heycam_yg Send Email
Jan 8, 2009
8:17 pm
... Even if you don’t have a schema that will generate handy classes for you to access the information stored in the document, since it’s XML, you can...
61738 Cameron McCormack
heycam_yg Send Email
Jan 8, 2009
8:19 pm
... *that you can use -- Cameron McCormack ≝ http://mcc.id.au/...
61739 John Delacour
valchiusella Send Email
Jan 8, 2009
9:58 pm
... Well I have the same problem using Preview on the Mac and not Acrobat, so I think it may be a FireFox omission. JD...
61740 Andrew Matseevsky
a_matseevsky Send Email
Jan 9, 2009
1:50 pm
8.1.09, Brad Neuberg <bradneuberg@...> : There is no simple way to do it, even using specialized soft like Easy Trace, designed for it. You may convert...
61741 steltenpower Send Email Jan 12, 2009
11:18 am
Read what i came up with at http://www.planetsvg.com/blog/9954/svg-file-not-resulting-image-checklist-troubleshooting...
61742 Olaf Schnabel
darkolaf77 Send Email
Jan 12, 2009
1:38 pm
Hi developers I want to implement foreign code in SVG. I tried it both as foreign object and as custom element as it is mentioned in the SVG spec. By clicking...
61743 Robert Longson
longsonr Send Email
Jan 12, 2009
2:07 pm
... You can't get the id of arbitrary XML using getElementById only things which are specified to have an attribute of type id and where the browser has...
61744 Olaf Schnabel
darkolaf77 Send Email
Jan 12, 2009
2:32 pm
Thanks Robert I forgot this information. I used the function from Frank Bruder and now it works in all browsers: ...
61745 Robert Longson
longsonr Send Email
Jan 12, 2009
3:23 pm
... http://www.planetsvg.com/blog/9954/svg-file-not-resulting-image-checklist-troubleshooting ... Other common things are: Reference loops i.e. a marker points...
61746 John Delacour
valchiusella Send Email
Jan 12, 2009
10:39 pm
... Yes. Very useful, and very familiar now. This morning I spent 10 minutes trying to get an defined object to render in a <use xlink:...> and finally...
61747 Andreas Neumann
neumannandreas Send Email
Jan 13, 2009
7:38 am
I don't know with what maps you have to deal - but if the map is actively maintained than chances are high that the underlying vector data is available. If you...
61748 Helder MagalhĂŁes
heldermagalhaes Send Email
Jan 13, 2009
3:42 pm
... Not quite explain, but just to remember that old (8.x, I guess) Opera versions didn't like the underscore much, so I ended up using dashes ("-") and/or...
61749 Bjoern Hoehrmann
hoermi Send Email
Jan 13, 2009
4:16 pm
... It is sometimes useful to specify lists of IDs. To do that, you'll generally need a separator character. It follows that either you'd have to disallow this...
61750 Christophe Strobbe
christophest... Send Email
Jan 14, 2009
10:23 am
... The simplistic answer is: because the ID-type was defined that way. But why was the ID-type defined that way? As far as I know, this issue dates back to...
61751 John C. Turnbull
qu0ll64 Send Email
Jan 14, 2009
11:28 am
Is it possible with SVG to define "variables&quot; which can then be referred to in multiple places in the XML? For example, I'd like to see something like: <var...
61752 Christophe Strobbe
christophest... Send Email
Jan 14, 2009
11:50 am
Hi, Am I the only one who gets messages like this? ... -- Christophe Strobbe K.U.Leuven - Dept. of Electrical Engineering - SCD Research Group on Document...
61753 John C. Turnbull
qu0ll64 Send Email
Jan 14, 2009
12:01 pm
I also get those messages. -JCT From: svg-developers@yahoogroups.com [mailto:svg-developers@yahoogroups.com] On Behalf Of Christophe Strobbe Sent: Wednesday,...
61754 Samuel Dagan
samydagan Send Email
Jan 14, 2009
12:46 pm
Hi Christophe, You are not the only one. I get such an email every time I reply to a message from our group. Now that we are more than one, I looked in Google...
61755 Christophe Strobbe
christophest... Send Email
Jan 14, 2009
2:12 pm
Hi Samuel, ... It's as if someone had subscribed the svg-in-daisy mailing list address to this list (but then everyone would get those messages??). I have...
61756 richard.trigaux Send Email Jan 14, 2009
2:37 pm
For your information, I also receive this message svg in daisy, but not necessarily when I post something. I did not subscribed to it. I also sometimes receive...
61757 Robert Longson
longsonr Send Email
Jan 14, 2009
2:38 pm
... referred to ... You could use symbols. One definition, multiple placements to do something along these lines. Best regards Robert....
61758 Helder Magalhăes
heldermagalhaes Send Email
Jan 14, 2009
4:59 pm
... referred to ... something like: As far as I know, XML provides such mechanism. You may be seeking for internal entities [1] (sample usage available [2]). ...
61759 Cameron McCormack
heycam_yg Send Email
Jan 14, 2009
10:45 pm
Hi John. ... As Helder mentions, you could use entities to achieve this, but that wouldn’t allow you to change the variable’s value with script at display ...
61760 chandra reddy
pcr_reddy Send Email
Jan 15, 2009
2:01 pm
I able run svg file in linux but when embed that file into html it is not working, . To: svg-developers@yahoogroups.com MIME-Version: 1.0 Content-Type:...
61761 tim.becker80 Send Email Jan 15, 2009
5:18 pm
Hi. Thanks for your answers the other times. I've been trying to think of a way to use SMIL to produce the following result: Imagine that a point object moves...
Messages 61732 - 61761 of 66117   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