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...
... 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;"...
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...
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...
... 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. ...
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@...
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...
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...
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...
... 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...
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...
... 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...
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...
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...
... 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...
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...
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...
Roger, How secure are websockets? I believe there were security issues with Ajax toolkits? Can the communication between the browser and server be encrypted? ...
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...
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...
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...
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...
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...
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...