Re: Comments on SVG 1.2 from a Gecko developer

"Robert O'Callahan" <robert@ocallahan.org> wrote in message 
news:40EDCBAA.2010309@ocallahan.org...
>>> No. Just make the CSS property refer to SVG elements by ID. Use 
>>> something like "flow-shape: shape(#myshape, exclude(#cutout))".
>>
>>And we would use be able to use this in XHTML user agents?
>>
> Sure, at least those that support SVG too.

So really it would be an SVG specific part of CSS - a sort of CSS SVG 
Profile?

> You could have non-CSS syntax to express the same thing.

Right, that's what we've got... in the flowText proposals, I'm missing 
something now.  so you're actually complaining that there isn't a CSS 
representation of the current SVG flowText system - I'm sure people could 
knock one up, I'm just not really sure of the value?

>>Could you give an example of the syntax used to animate a flow-shape 
>>property in a CSS stylesheet?
>>
> Use the CSS property I mentioned above, and then animate the SVG element 
> however you wish.

So you couldn't animate which element described the flowText was contained 
in, you could only animate the element itself, that's rather less flexible, 
and would mean you could re-use the region describing the shape across 
multiple elements if you want to animate them, I'm not sure this is a good 
idea.

Jim. 

Received on Thursday, 8 July 2004 19:15:25 UTC