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...
65519
wendellxe
Feb 3, 2012 3:31 am
I'm evaluating graphics formats for a project to programmatically generate illustrations for inclusion in print documents. From the programming point of view,...
65520
Ruth Lang
ruthlang2002
Feb 3, 2012 5:43 pm
Hi, I am looking for a way to create markers along a path with equal distances. For example as shown here the red triangles in this picture: ...
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"...
65522
Pranav Lal
slimprize
Feb 5, 2012 1:47 am
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 ...
65523
philsvg
Feb 6, 2012 9:59 pm
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...
65524
th_w@...
th_w@ymail.com
Feb 7, 2012 10:56 am
... 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...
65525
Roger F. Gay
rogerfgay
Feb 8, 2012 7:16 pm
Half Hour WebSocket Seminar - INTRO from Kaazing ...
65526
james_ingram_svg
james_ingram...
Feb 9, 2012 2:16 am
... I agree with Pranav. I'm using SVG for writing music notation, and have no problems printing. James...
65527
Oliver M
oliver.mooney
Feb 10, 2012 2:08 am
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...
65528
philsvg
Feb 13, 2012 5:30 pm
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...
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...
65530
philsvg
Feb 14, 2012 1:15 am
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...
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...
65532
philsvg
Feb 14, 2012 12:51 pm
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...
65533
meikelneu
Feb 22, 2012 11:02 am
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...
65534
JERROLD WARREN MADDOX
jxm22
Feb 22, 2012 12:55 pm
Michael Consider replacing this <link href='http://fonts.googleapis.com/css?family=Quattrocento+Sans39; rel='stylesheet' type='text/css'> with this: <link...
65535
BeholdersEye
solarpowerfan
Feb 22, 2012 1:20 pm
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....
65536
Diana
diana.perpignan
Feb 23, 2012 2:24 am
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....
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 ...
65538
JERROLD WARREN MADDOX
jxm22
Feb 23, 2012 12:52 pm
Here are 4 different ways you can try: <object data="rectspercent.svg" type="image/svg+xml" width="100" height="100"> </object> <embed...
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...
65540
Andi Neumann
neumannandreas
Feb 23, 2012 8:58 pm
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...
65541
JERROLD WARREN MADDOX
jxm22
Feb 23, 2012 10:36 pm
Andreas Yes, works well now. Much more order with the changes in weight. Jerry ... From: "Andi Neumann" <a.neumann@...> To:...
65542
Diana
diana.perpignan
Feb 24, 2012 3:42 am
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...
65543
Diana
diana.perpignan
Feb 24, 2012 3:42 am
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,...
65544
Brian Birtles
brianskold
Feb 24, 2012 5:07 am
... Hi Diana, I believe the HTMLEmbedElement interface does not include a contentDocument property, unlike HTMLObjectElement (and HTMLIFrameElement etc.). I...
65545
Brian Birtles
brianskold
Feb 24, 2012 5:16 am
... 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...
65546
Mark T
markstestacc...
Feb 24, 2012 9:12 am
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...
65547
meikelneu
Feb 24, 2012 10:51 am
... 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...