... Last time I checked Opera will print only bitmaps from SVG, even to a Postscript Printer. ASV for sure allways rasterizes, although the print resolution...
65636
Arif Burhan
aburhan2000
Apr 4, 2012 12:10 am
I am creating arrowheads using the <marker> tag. I would like the arrowhead to be the same colour as the shaft using a statement like fill="inherit" ...
65637
Daniel Schneider
danielkschne...
Apr 4, 2012 11:27 pm
Hi folks, Scenario: Write an HTML text. Get SVG pics from a website like openclip.org. Embed, CSS float and adjust size of the SVG. Is there a canonical easy...
65638
stardrive.engineering...
stardrive.en...
Apr 4, 2012 11:27 pm
Hi All, I'm presently assembling many glyphs across a set of SVG files. The way I'm formatting the SVG files is just like is shown here :...
65639
David Dailey
ddailey@...
Apr 5, 2012 1:16 am
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...
65640
Erik Dahlstrom
erida539
Apr 5, 2012 9:11 am
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...
65642
jamesd
jcdeering1
Apr 5, 2012 11:43 pm
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...
65643
Daniel Bergqvist
danielb987
Apr 6, 2012 12:31 am
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...
65644
Alireza
ahmadi_rad
Apr 6, 2012 12:31 am
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...
65646
Marty Sullivan
dark3251
Apr 6, 2012 2:59 am
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. ...
65651
jamesd
jcdeering1
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
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
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@...
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,...
65656
jamesd
jcdeering1
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
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
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
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
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
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
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
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
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...