... David I can feel your pain, but on the other hand we should be happy that there are multiple browser vendors active and listening and at least for webkit...
Hi Diana, Can you serve the page as svg? The server would have to send this header: Content-Type: image/svg+xml This may simplify the interaction of an embed...
... I should add a warning that that interface is deprecated so you should test for contentDocument first and use that if available, like Jonathan and Erik's...
... Hi Diana, I believe the HTMLEmbedElement interface does not include a contentDocument property, unlike HTMLObjectElement (and HTMLIFrameElement etc.). I...
Hi Jake, Thanks for your reply. But the svg has already loaded, because it's displayed, and I push a button to execute the code that is trying to get it. Plus,...
Hi Jake, Thanks for your response. I tried to post a reply last night, but I don't know it doesn't show. In my case, the svg is actually loaded, because it...
Hi Jerry, I followed your advice and added the additional fonts. Better now? I did not advertise this yet, since I need to fix something in the database to...
65539
David Dailey
ddailey@...
Feb 23, 2012 2:06 pm
http://granite.sru.edu/~ddailey/svg/B/bbox2.3.svg Both Safari and Chrome miscalculate the bounding box in this example rather dramatically. The other browsers...
Here are 4 different ways you can try: <object data="rectspercent.svg" type="image/svg+xml" width="100" height="100"> </object> <embed...
65537
Jacob Beard
jbeard4@...
Feb 23, 2012 3:25 am
This is a pretty common question, and I think it needs to go in an FAQ somewhere. The reason why it's not currently working in your code snippet is that the ...
Hello all, I am very new to svg. I am trying to access an element (defined by id) in a svg file from HTML5, using jquery if possible, but it's not successful....
So far I can only find two drawing apps, Infinity Design and Maple Paint, that uses svg, but neither is perfect or complete and is missing controls or tools....
Michael Consider replacing this <link href='http://fonts.googleapis.com/css?family=Quattrocento+Sans39; rel='stylesheet' type='text/css'> with this: <link...
You may want to have a look at the recently published website of the SVGopen 2012 conference, which takes place in September in Switzerland. You will find...
Thanks yannick, i understand where is my error, i don't use the good point to define the second control point. But the resulting curve is not symmetrical as...
65531
yannick.bochatay@...
Feb 14, 2012 8:36 am
I think you mix the order of the arguments : C x1,y1 x2,y2 x,y in "c1", the second control point is 105,55 and the current point 105,55 too. So the reflection...
Thanks Yannick, your right, the figure is now : <path d="M 10 100 L 10 10 200 100 200 10 M10,55 L200,55" fill="none" stroke="blue"/> <!--<path d="M 10 55 Q 10...
65529
yannick.bochatay@...
Feb 13, 2012 6:33 pm
Bonjour Philippe, you have a syntax error in "c2" : "S 200,100 200,55 200,55" is not valid. In "c4", in the "S" segment the first control point is the...
Hi all, playing with bezier curves, i found different rendering if i make path with severals curves or if i share control points. Quadratique bezier curves...
Hi group, Does anyone know why I can set the .currentTranslate property of dynamically created SVGs in Safari, but not the currentScale property? Setting the...
... What kind of print documents are we talking about, or more precisely, what would be the workflow to generate the print documents? I'm using rsvg-convert...
Hello, I am using svg to programmaticaly generate print documents in web navigators, since years. It is perfect in this case and equivalent in precision than...
Hi, I am relatively new to SVG but have not seen any references to any conflict as relates to print graphics. For that matter, at least when producing touch ...
65521
yannick.bochatay@...
Feb 3, 2012 6:26 pm
Hi Ruth, is the getPointAtLength method what you're looking for ? http://www.w3.org/TR/SVG/paths.html#InterfaceSVGPathElement Yannick ... De: "Ruth Lang"...
I'm evaluating graphics formats for a project to programmatically generate illustrations for inclusion in print documents. From the programming point of view,...
The problem with my WOFF font display: https://sites.google.com/site/jcdsvg/analysis.svg Turns out to be just a bug in Chrome and Webkit. Firefox 10 displays...