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.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 62535 - 62564 of 62564   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
62535
... OK, good luck. Declarative animation never has satisfied my need for dynamic SVG. If you get into the clipPath and understand how it can work, then you may...
Francis Hemsher
fhemsher
Offline Send Email
Jul 8, 2009
6:19 pm
62536
O.K., I have a workaround. But I'm still interested why changing the event attribute has an effect, but not removing it!? Here is the workaround (is setting...
th_w@...
th_w@ymail.com
Offline Send Email
Jul 8, 2009
6:23 pm
62537
O.K., I have a workaround. But I'm still interested why changing the event attribute has an effect, but not removing it!? Here is the workaround (is setting...
th_w@...
th_w@ymail.com
Offline Send Email
Jul 8, 2009
6:24 pm
62538
I am trying to figure out the best way to position svg images on an html page. Is it possible to position them using an external css page? If not, are there...
xyz1332003
Offline Send Email
Jul 8, 2009
7:30 pm
62539
... You can position <svg> elements just like you can position any other elements in HTML using CSS. For instance: /* all svg elements with class="inline" */ ...
Jeff Schiller
jeff_schiller
Offline Send Email
Jul 8, 2009
8:52 pm
62540
... Raise a bug in the safari bug tracking system for the safari issue. Contact the developers and ask for an update for Firefox 3.5 for the latter issue? ...
Robert Longson
longsonr
Offline Send Email
Jul 8, 2009
9:15 pm
62541
I get no response. Do you notice anything wrong with my code? <?xml version="1.0"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" ...
xyz1332003
Offline Send Email
Jul 8, 2009
9:17 pm
62542
I think I discovered the mistake I was making. My css file was in the wrong folder, thus no response. Thanks for your help....
xyz1332003
Offline Send Email
Jul 8, 2009
9:49 pm
62543
Some months ago I asked a similar question about the drawing of curves in real time, and someone pointed me to an example at carto.net that also animated the...
ddailey
ddailey@...
Send Email
Jul 8, 2009
11:16 pm
62544
Greetings. I've adopted 2 SVG-files that work fine in IE, but not in FF because of the usage of TREF. See SVG-samples below. I've managed to convert the 1st,...
Carel Plantagie
cplantagie
Offline Send Email
Jul 10, 2009
11:55 am
62545
... Why not just copy over the text? -- Robin Berjon - http://berjon.com/ Feel like hiring me? Go to http://robineko.com/...
Robin Berjon
robin.berjon
Offline Send Email
Jul 10, 2009
12:38 pm
62546
I understand, from my own experiments and from online forums, that the actual width of a drawn line depends on its orientation if x and y scaling are not the...
Robert Muetzelfeldt
robert_muetz...
Offline Send Email
Jul 10, 2009
1:50 pm
62547
Hello! I want to use Batik to make some transforms on SVG images. I want to rotate, scale or translate an image. I searched all over the Internet and I didn't...
Octavian Rinciog
banuj2004
Offline Send Email
Jul 10, 2009
3:50 pm
62548
... Hi Robert, If I had a project similiar to yours, I would most likely try to load my rusults into an svg element. Then I would adjust viewBox values for my...
Francis Hemsher
fhemsher
Offline Send Email
Jul 10, 2009
5:12 pm
62549
Hi Robert, in a recent post[1] Frank Bruder pointed me to the vector-effect attriubte[2] of SVG 1.2 which can do precisely what you want to do. Opera and the...
th_w@...
th_w@ymail.com
Offline Send Email
Jul 10, 2009
8:08 pm
62550
Using the Adobe SVG Viewer, I have become accustomed to limiting my SVG zoom journey to a scale of 16. I haven't, as of yet, tried to force a viewBox value...
Francis Hemsher
fhemsher
Offline Send Email
Jul 11, 2009
1:51 pm
62551
There is no theoretical zoom limit, just implementation limits. I don't remember why Adobe SVG Viewer has its particular limitation, but my guess is that the...
Jon Ferraiolo
jon_ferraiolo
Offline Send Email
Jul 11, 2009
8:11 pm
62552
Thanks Jon, I guess 16:16 is OK for most applications. However I surely could use the 64:64 on some projects where high zoom values would be beneficial. ...
Francis Hemsher
fhemsher
Offline Send Email
Jul 11, 2009
11:07 pm
62553
I created this code to experiment with the viewport settings but now I have a new problem. When I load it into Firefox I get this message. This XML file does...
xyz1332003
Offline Send Email
Jul 12, 2009
10:43 pm
62554
... http://www.google.com/search?q=svg+%22This+XML+file+does+not+appear+to+have+any+style+information+associated+with+it.%22 top results are correct...
steltenpower
Offline Send Email
Jul 12, 2009
11:06 pm
62555
See https://www.svgopen.org/2009/news.shtml...
steltenpower
Offline Send Email
Jul 12, 2009
11:30 pm
62556
Thanks. I was wondering how to decipher these error messages. I will check that out....
xyz1332003
Offline Send Email
Jul 13, 2009
2:45 am
62557
... Hello, anybody here?...
Octavian Rinciog
banuj2004
Offline Send Email
Jul 13, 2009
4:31 pm
62558
does the specification mandate that where 100% is used for height and width, and the dimensions of the window do not match those of the viewport, the content...
"~:'' あり...
signbrowser
Offline Send Email
Jul 13, 2009
8:04 pm
62559
... If you don't get a reply it probably means nobody knows the answer. Google instantly offered this Batik forum: ...
cwflamont
Offline Send Email
Jul 13, 2009
10:18 pm
62560
... Scaled and centred, yes, if you don’t specify a preserveAspectRatio="" attribute on your root <svg> element. ...
Cameron McCormack
heycam_yg
Offline Send Email
12:45 am
62561
Hi Richard, the obvious question - did you have a look at the SVG spec? See http://www.w3.org/TR/SVG11/coords.html - it contains a lot of information and some...
Andreas Neumann
neumannandreas
Offline Send Email
5:50 am
62562
Thanks for the links. The first link (the spec), I had already discovered and found it a little over whelming. I will try again. The second link should come in...
xyz1332003
Offline Send Email
6:45 am
62563
Cameron, thanks for your immediate response, this would seem to be the correct solution but did you try: preserveAspectRatio="xMinyYMin" ? testcase:...
"~:'' あり...
signbrowser
Offline Send Email
6:56 am
62564
... I mis-typed it, sorry. It should be preserveAspectRatio="xMinYMin". -- Cameron McCormack ≝ http://mcc.id.au/...
Cameron McCormack
heycam_yg
Offline Send Email
7:03 am
Messages 62535 - 62564 of 62564   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