Any explanation for this?

Thnaks.

--- In svg-developers@yahoogroups.com, "ACasualObserver" <[EMAIL PROTECTED]> 
wrote:
> 
> I have the following in an SVG file:
> 
> <style type="text/css" ><![CDATA[
> .trans
> {
> stroke:black;stroke-width:20;fill:blue;opacity:.5;
> }
> .opaque
> {
> stroke:black;stroke-width:20;fill:blue;opacity:1;
> }
> ]]></style>
> 
> I have an area element like this:
> 
> <path d="…z" class="trans"/>
> 
> Everything is fine until I change the element class. If I change it 
> to opaque class, I expect that element be opaque but I don't see
> if 
> any difference. Then if change it back to trans, the translucency 
> seems to be changed to .25. From this point whenever the class is 
> opaque translucency is .5 and when it's trans it seems to be .25
> 
> If the element starts with opaque (<path d="…z"
> class="opaque"/>, it 
> is opaque whenever the class is opaque and it has .5 translucency 
> when it is trans. In other word, it works as I expected.
> 
> Any explanation? I am using ASV 3.01 build 81.
> 
> Thanks





-----
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
---- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/svg-developers/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to