Search the web
Sign In
New User? Sign Up
svg-developers · SVG Developers

Group Information

  • Members: 5417
  • Category: Data Formats
  • Founded: Aug 16, 1999
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

  Messages Help
Advanced
Messages 64955 - 64984 of 65539   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
64955 fuliopen Offline Send Email Sep 2, 2011
8:08 pm
Please open the following page: http://www.pinyinology.com/diaoHao2a/simple/svg/hcircle.html You can see a circle is not full.  I guess this is because the...
64956 Francis Hemsher
fhemsher Offline Send Email
Sep 2, 2011
8:35 pm
... Try adding the style below. Also place a rect as your background so you can see the extent of the svg. <svg style="position:absolute;top:0px;left:0px;"...
64957 Francis Hemsher
fhemsher Offline Send Email
Sep 2, 2011
9:53 pm
Hi All, I have an ebook published at Barnes and Noble for SVG developers. This is a reference for those using SVG to dynamically build web graphics in an HTML5...
64958 fuliopen Offline Send Email Sep 2, 2011
9:56 pm
Hi, Francis: Thanks a lot for your help. Fulio pen ________________________________ From: Francis Hemsher <fhemsher@...> To:...
64959 Kenneth N
nellisks Offline Send Email
Sep 3, 2011
2:12 pm
I notice that Opera 11.51 for Mac OS X doesn't display the page at all, while Safari and Firefox seem to display it as intended. This suggests that something...
64960 Holger Jeromin
holger.jeromin Offline Send Email
Sep 4, 2011
10:10 am
... opera does not have an html5 parser in a production version. http://caniuse.com/svg-html5 thats why it does not recognise the <svg> Element in html. ...
64961 fuliopen Offline Send Email Sep 4, 2011
11:30 am
Thank all for your help.  The drawings have a lot of problems.  http://www.pinyinology.com/diaoHao2a/simple/svg/hcircle.html The drawings are good only on...
64962 David Dailey
ddailey@... Send Email
Sep 4, 2011
2:02 pm
Just fyi, the drawings look fine in IE9. One suggestion to get your document working in more places that might work would be to just remove the html altogether...
64963 Kenneth N
nellisks Offline Send Email
Sep 4, 2011
3:21 pm
Thanx for the link! â€"Ken...
64964 fuliopen Offline Send Email Sep 4, 2011
4:38 pm
Hi, David: I really don't know how many the oldest characters are already on the Unicode, and how many there are in total.  I hope they are all there, sooner...
64965 scalablev Offline Send Email Sep 5, 2011
11:10 am
Can anyone recommend a good Asp.Net component for this? The SVG must not be rasterized when converted to PDF. Google suggests these: ...
64966 Jeff Schiller
jeff_schiller Offline Send Email
Sep 5, 2011
1:50 pm
Inkscape can export as PDF. ... be rasterized when converted to PDF. ... http://www.aspose.com/categories/.net-components/aspose.pdf-for-.net/key-features.aspx...
64967 John Delacour
valchiusella Offline Send Email
Sep 5, 2011
2:37 pm
... I can't suggest anything for MS windows. I tried printing using PrimoPDF from various browsers and the result was always rasterized. On the Mac you can...
64968 fuliopen Offline Send Email Sep 6, 2011
1:59 pm
Hello, The following page is perfect on Firefox, but has a problem on Chrome and Opera. http://www.pinyinology.com/diaoHao2a/group/hcircle2e.svg It tells the...
64969 Erik Dahlstrom
erida539 Offline Send Email
Sep 6, 2011
2:54 pm
... It's not xml well-formed, it lacks a "</svg>" at the end. I'm a bit surprised that it worked in Firefox. Cheers -- Erik Dahlstrom, Core Technology...
64970 fuliopen Offline Send Email Sep 6, 2011
4:16 pm
Hi, Erik and others, I think I found the error and have corrected it. The head part was obtained from an svg tutorial.  Eric didn't see the </svg> tag might...
64971 honyk
j.tosovsky Offline Send Email
Sep 6, 2011
7:41 pm
Hello Everyone, reading the SVG spec. [1] I think that setting the overflow attribute on the svg element to hidden should be sufficient. The same job should be...
64972 Erik Dahlstrom
erida539 Offline Send Email
Sep 7, 2011
9:00 am
... Uncommenting one of the starting <svg> tags as you did know naturally works too, it amounts to the same thing - balancing the tags. You can e.g use an xml...
64973 Roger F. Gay
rogerfgay Offline Send Email
Sep 7, 2011
10:27 am
Browser / JavaScript support for WebSockets is part of the HTML5 specification. It's the next big leap in interaction between browsers and "back-end" (server...
64974 Roger F. Gay
rogerfgay Offline Send Email
Sep 7, 2011
3:46 pm
Here's an introductory article from Opera: http://dev.opera.com/articles/view/introducing-web-sockets/ MY UPDATE: I've been developing a WebSocket server using...
64975 Pranav Lal
slimprize Offline Send Email
Sep 8, 2011
1:29 am
Roger, How secure are websockets? I believe there were security issues with Ajax toolkits? Can the communication between the browser and server be encrypted? ...
64976 Pranav Lal
slimprize Offline Send Email
Sep 8, 2011
1:29 am
What kind of SVG are you working with? If it is charts etc then checkout the following component. I suspect it can save as PDF. ...
64977 Roger F. Gay
rogerfgay Offline Send Email
Sep 8, 2011
8:05 am
The real answer is that I don't know exactly how secure they are. It looks like they're at least as secure as Http and other transmissions.  Security has been...
64978 Doc
tcpcoder Offline Send Email
Sep 8, 2011
5:46 pm
Howdy all Actually I'm just finishing up my implementation of the latest HyBi (WebSockets) protocol as an upgrade to my previous WebSocket server, so one might...
64979 Roger F. Gay
rogerfgay Offline Send Email
Sep 9, 2011
5:33 am
Thanks Doc. Good to meet a fellow traveler. One of the groups I'm aiming at is people interested in robotics. There, I'd like to stream video and audio from...
64980 Mark T
markstestacc... Offline Send Email
Sep 9, 2011
7:21 am
Last I knew of the webSockets security issue it was a specification-level vuln. In that intermediate caches could be poisoned. Such that traffic could be...
64981 Roger F. Gay
rogerfgay Offline Send Email
Sep 9, 2011
9:56 am
The solution to that problem that is now defined in the websocket standard is discussed in section 10.3 of the standard. In short, it is to "mask all data from...
64982 nickdevoil Offline Send Email Sep 9, 2011
11:16 am
Does anyone know if there are any plans to support foreignObject in Internet Explorer? Thanks Nick...
64983 Roger F. Gay
rogerfgay Offline Send Email
Sep 9, 2011
3:39 pm
Anybody want to bring me up to date on animation? As you can gather from my recent posts, I've been buried in work on a WebSocket server. Before that, I'd been...
64984 Robert Longson
longsonr Offline Send Email
Sep 9, 2011
3:51 pm
http://caniuse.com/svg-smil Best regards Robert....
Messages 64955 - 64984 of 65539   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