Hi Richard, In terms of shading, the SVG WG seems to prefer mesh-gradients, though their use as a declarative tool (sans package) seems a bit prohibitive. ...
65375
David Dailey
ddailey@...
Dec 1, 2011 4:31 pm
Yes, I agree, Francis. It is already being deployed in large enterprise projects, as I know from one of my former students now at IBM. As Jon points out he's...
65376
Zdeněk Kedaj
zdenek.kedaj@...
Dec 1, 2011 9:59 pm
Hi, if you apply feGaussianBlur to a strictly vertical or horizontal polyline, they just disappear (FF, Chrome, Opera). Except IE9 which ignores the filter. ...
... There's no bug in the browsers. They all implement the final paragraph of this part of the specification as written:...
65378
Zdenk Kedaj
zdenek.kedaj@...
Dec 2, 2011 12:17 am
So the bug is even at the specification level! ;) But anyway, according to the spec, the browsers should only ignore the filter, not to hide the element...
One thing I noticed is that in your drag-and-drop.xhtml sample, and you probably know this already, but w/ the event listener attached to the rectangle the...
Oh dude(s and dudettes). Check this out. I've amazed myself. Go to any YouTube video, click share and embed and copy the embedding code. Then go to my...
65381
David Dailey
ddailey@...
Dec 5, 2011 1:09 am
I have an HTML document divided into two halves: left and right (each taking up 50% of the width of the document). In the right side I have the SVG source code...
Dear members of the SVG community, We are pleased to announce the November 2011 issue of SVG magazine. http://svgmagazine.com/nov2011/ Best wishes, The Editors...
Hello David, this is the case i felt in another way : i use embed tag(s) guessing my svg fit the size declared (in pixel unit) in the embed tag. But only IE...
Yeah, it's just spitting the html back and displaying the embed. That doesn't have anything to do with websockets at all. ... [Non-text portions of this...
David, have you tried setting the height of the 'body' and 'html' elements to 100% as well? I believe what you are seeing is correct CSS 2.1 behavior, and is a...
Sure now, the simple demo is an echo server; which is not such a good demo for websockets. Echo is a request-response operation - which is obviously not the...
Dear group I have an issue with a map - when zooming in/out of the map by changing the viewBox, I seem to be getting repaint issues with webkit. A portion of...
Howdy Rodger and All IMHO the "hello world" application of webSockets (HyBi) would be the lowly chat program. It is one of those types of applications where...
Folks, The code samples and overview description are here: http://code.google.com/p/svg-filters-graphics/ Oswald [Non-text portions of this message have been...
Hi, On mobile right now, so b brief reply. I see this with foreignObject + webkit occasionally. There is an opacity bug known about. If I have two instances of...
65395
Zdeněk Kedaj
zdenek.kedaj@...
Dec 11, 2011 6:43 pm
I took a look in the official SVG test suites and I wonder the evaluation. Given just a bunch of html and svg files, how do the implementors run and evaluate...
65396
David Dailey
ddailey@...
Dec 11, 2011 10:06 pm
Someone who is closer to the process may set me straight on how it is done these days, but I recall having discussions with members of the SVG Working Group...
I've been using <use xlink:href="#bar" /> for some time with no problems, referencing an item (id="bar") defined in my local file's <defs> section. Tonight I...
Does anyone know of excellent svg map examples, where text is displayed on a path? I've had great difficulty sourcing any, and the ones I have found are not...
as you infer currently unsupported https://bugs.webkit.org/show_bug.cgi?id=12499...
65400
David Dailey
ddailey@...
Dec 14, 2011 1:57 am
Our CompSci department has approved a new course to start offering in the fall of 2012: Web Graphics. It'll deal a bit with <canvas>, JavaScript, color theory,...
The number of element start tags preceding the focused one is preceding:: and the number of end tags is preceding:: - ::ancestor:: so your count to the...
Hi there, I have a tiny issue here which I can't succeed to resolve. I have my SVG Object in my webpage: <object id='svg_object' data='data_vis_bars_svg.php'...
Hi there, I would like to cache the SVG files which I generate via PHP. But it seems a bit difficult. When I first call the PHP file which produces the SVG, I...