http://cs.sru.edu/~ddailey/svg/V12.svg In the bottom right illustration on this page, note how the diagonal lines (created through varying both size and...
On Thu, 05 Apr 2012 03:16:27 +0200, David Dailey ... Your can modify your pattern tiles, e.g like this: <pattern id="NL1" patternUnits="userSpaceOnUse"...
65641
David Dailey
ddailey@...
Apr 5, 2012 12:18 pm
Yes, thanks Erik, that seems to do it (except for IE9 where the line-breaks still persist). I cleaned up the code a bit (using <use>) and updated the example...
I have a scroll Down button for a SVG database display. It works great, but I would also like to have an Up button. Anyway to reverse this process? I could not...
I don't have a solution but an idea of that might have happend. Look att the image: http://www.mjtrafik.se/temp/temp/svg_pattern.png I have drawn some thin...
Hello I need help for finding extents of an svg drawing. Please take a look at this example: <svg id="SVG1" width="5cm" height="5cm" viewBox="0 -100 200 200"> ...
65645
Benjamin Podszun
dar@...
Apr 6, 2012 12:31 am
Hi. I recently started discovering svg, mostly by falling in love with d3.js. I know that <text> has no background. It seems that question comes up on the net...
I can't say if that's the issue or not, but that's a very astute observation. ... [Non-text portions of this message have been removed]...
65647
yannick.bochatay@...
Apr 6, 2012 7:10 am
Hi James, you can use window.scrollTo(0,0). https://developer.mozilla.org/en/Window.scrollBy https://developer.mozilla.org/fr/DOM/window.scrollTo Yannick ... ...
65648
yannick.bochatay@...
Apr 6, 2012 7:23 am
Hi, if all your shapes are included in a g element, you can use the getBBox method on this node to get the dimensions. In your example : ...
65649
yannick.bochatay@...
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@...
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. ...
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...
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...
Thanks, I wished I could find a tag or attribute for this but this is also useful. Anyhow thanks...
65654
Benjamin Podszun
dar@...
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@...
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,...
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...
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 ...
Hello I have the following function triggered by mousewheel event handler for zooming. function ZoombyWheel(SVG_Name, ZoomChangePercent, ZoomCenterX,...
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...
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...
David, the following link: http://www.cadsofttools.com/en/products/abviewer.html has a product called ABViewer, I have copied the first paragraph below: ...
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...
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@...
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: ...
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...