Hi,

Philippe Lhoste wrote:
> OK (still experimenting...): the problem is with the opacity 
parameter.
> If I just remove it from the file above, it works.
> [...]
> But opacity is problematic with with Star but not with Arrow...
> 
> OK: it seems that the combination of stroke and opacity is making 
the 
> bug... We have to choose between having a stroke *or* an opacity 
for the 
> markers...
> 
> So to make my file above behaving the way I wanted, either remove 
the 
> opacity or the stroke* parameters.
> 

Performance issues - see:

http://www.svgopen.org/2002/papers/sorotokin__svg_secrets/

Transparency
Transparency is an expensive feature, but this is especially true for 
the group[!] transparency (which is defined by opacity property). 
Fill and stroke transparency are much cheaper. If you can, try to 
experiment with fill-opacity and stroke-opacity properties instead of 
plain opacity

Stroke vs. Fill
Stroke is computationally expensive operation. If you can, use fill, 
instead of stroke, even if it makes your shape more complex (this 
might require some experiments).

Star-marker: If you change opacity=".5" to fill-opacity=".5" and 
stroke-opacity=".5" it should work

Regards-
-Heiko




------------------------ Yahoo! Groups Sponsor --------------------~--> 
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/1U_rlB/TM
--------------------------------------------------------------------~-> 

-----
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