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: 8774
  • 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 65649 - 65679 of 66120   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
65649 yannick.bochatay@... Send Email Apr 6, 2012
7:44 am
Hi Ben, since the getBBox method returns a SVGRect object, it's only few lines of javascript to create/update a rect element behind your text element, no math...
65650 yannick.bochatay@... Send Email Apr 6, 2012
11:44 am
Hi Chris, All you can do is dealing with the HTML5 history API, but you can't really stop the back button, and it's not advisable. ...
65651 jamesd
jcdeering1 Send Email
Apr 6, 2012
5:24 pm
yannick.bochatay@... wrote: you can use window.scrollTo(0,0). No you can't, not if you want the presentation to be scalable. The retina display and HDTV...
65652 Marty Sullivan
dark3251 Send Email
Apr 8, 2012
4:14 pm
Really, the only way to simulate this in all browsers would be to have a blank landing page that redirects you to the actual page. This way, when they click...
65653 Alireza
ahmadi_rad Send Email
Apr 9, 2012
10:48 am
Thanks, I wished I could find a tag or attribute for this but this is also useful. Anyhow thanks...
65654 Benjamin Podszun
dar@... Send Email
Apr 9, 2012
10:48 am
Hey Yannik. Thanks for getting back to me. My issue is really not a math problem. I just don't currently have a good way to grab that element. My graph is...
65655 David Dailey
ddailey@... Send Email
Apr 9, 2012
11:21 am
No, I don’t believe there is any such tag or attribute to set the viewBox so that it will hold all drawn contents of a drawing. I could see the value,...
65656 jamesd
jcdeering1 Send Email
Apr 11, 2012
8:58 pm
Tried window.scrollBy(0, -window.innerHeight);. didn't work, told to retry it, it worked. SOB! Also found this. This should clear things up for those...
65657 Pranav Lal
slimprize Send Email
Apr 12, 2012
5:06 pm
Hi all, I am batch converting a bunch of raster images to SVG using inkscape. I get a dialog for some images asking me if I want to link or imbed the images ...
65658 Alireza
ahmadi_rad Send Email
Apr 16, 2012
11:53 pm
Hello I have the following function triggered by mousewheel event handler for zooming. function ZoombyWheel(SVG_Name, ZoomChangePercent, ZoomCenterX,...
65659 Andrew Shellshear
shellshear Send Email
Apr 17, 2012
12:18 pm
Hello developers, I've written a thing for my game that other people might find useful. It allows you to change the colours in an svg document. It does so by...
65660 aburhan2000@...
aburhan2000 Send Email
Apr 18, 2012
12:22 am
I assume you are using IE9. Other minor bugs have been reported. Still early days for this product. Arif....
65661 Alireza
ahmadi_rad Send Email
Apr 21, 2012
12:28 am
well, yes I'm using IE9.0 but the problem solved in an odd way. I think this happened after I added JQuery to my project. now this block starts in IE: if...
65662 Arif Burhan
aburhan2000 Send Email
Apr 29, 2012
1:20 pm
David, the following link: http://www.cadsofttools.com/en/products/abviewer.html has a product called ABViewer, I have copied the first paragraph below: ...
65663 SteveM
wereallspuds Send Email
Apr 30, 2012
11:20 pm
I doubt there is any way for this to work, but I thought I'd ask anyway. Our cross-platform app exports to svg. When we export text using certain music symbol...
65664 Smailus, Thomas O
thomassmailus Send Email
Apr 30, 2012
11:46 pm
This is part of a list of things that are 'in the standard' but not 'implemented by the viewer'. It would be nice if viewers implemented all the standard's...
65665 David Dailey
ddailey@... Send Email
May 2, 2012
1:49 am
Just a reminder to all you good folks that May 7th is the deadline for submission of abstracts for this year's conference in Zurich in September: ...
65666 domenico_strazzullo
domenico_str... Send Email
May 2, 2012
3:29 pm
As Erik suggested you need three lines if the line follows the diagonal. But if you want to use two lines, each must cross one adjacent pair of sides only...
65667 Jonathan Chetwynd
j.chetwynd... Send Email
May 4, 2012
7:58 am
how to solve end point for Bézier given start point, control point & length? kind regards Jonathan Chetwynd jay@......
65668 Jonathan Chetwynd
j.chetwynd... Send Email
May 5, 2012
8:03 am
Given start point, control point(s) vector & length, how to solve end point for quadratic and cubic Bézier curves? Jonathan Chetwynd jay@......
65669 Arif Burhan
aburhan2000 Send Email
May 12, 2012
3:52 pm
To see an example of a reflection in a puddle view:      http://irony-maiden.com/SVG/Puddle.htm ( Best viewed in Mozilla Firefox or Seamonkey ) regards, ...
65671 Andrew Matseevsky
a_matseevsky Send Email
May 13, 2012
9:06 pm
________________________________ От: Jonathan Chetwynd <j.chetwynd@...> Кому: svg-developers@yahoogroups.com Отправлено:...
65672 royhoja Send Email May 15, 2012
11:41 pm
Hi, I am trying to add current time to the svg file I have using Ecmascript. following is the code I have. Unfortunately its not working . can someone help me...
65673 Arif Burhan
aburhan2000 Send Email
May 15, 2012
11:41 pm
I now have a Chrome / webkit compliant example of the puddle effect example below - see:          http://irony-maiden.com/SVG/Cr-Puddle.htm [    all...
65674 David Dailey
ddailey@... Send Email
May 16, 2012
4:55 am
You've used document.write to try to insert SVG content. I think that will only work in HTML. For SVG, you'll have to use DOM methods to do that. There are a...
65675 Erik Dahlstrom
erida539 Send Email
May 16, 2012
8:23 am
On Sun, 13 May 2012 01:54:18 +0200, Arif Burhan <aburhan2000@...> ... See e.g http://www.colorzilla.com/gradient-editor/ for something that will work...
65676 David Dailey
ddailey@... Send Email
May 16, 2012
9:57 am
I have put a video in an HTML5 document and have succeeded in having it clipped by an SVG clip-path (and also filtered) as follows: <style>video...
65677 David Dailey
ddailey@... Send Email
May 16, 2012
3:15 pm
http://www.google.com/safebrowsing/diagnostic?site=http://planetsvg.com/tool s/mime.php ...
65678 honyk
j.tosovsky Send Email
May 18, 2012
8:51 pm
Dear All, I've tried to apply a drop-shadow filter, but encountered the following inheritance issue, see this small test case http://hroska.cz/other/filter.svg...
65679 Brian Birtles
brianskold Send Email
May 21, 2012
2:02 am
Hi Jan, ... This is according to the spec. Specifically, this part: "When applied to container elements such as ‘g’, the ‘filter’ property applies to...
Messages 65649 - 65679 of 66120   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