I would like to add a an arrow to the end of the line such that the
point of the arrow is the end of the line. Is it possible to hide the
line when arrow (a rectangle) starts?

The following is an example. The red line is what I want but. I have
manually shorter the line from (180,400) point to (180, 366). The
green one is the one we get. It has 2 problems. 1) Since the line and
the marker have opacit, line is visible under marker. 2) The width of
the line extends beyond the arrow toward the point of the arrow. Thanks.

<?xml version="1.0" encoding="UTF-8"?>
<svg xml:space="preserve" id="gwmroot" preserveAspectRatio="xMidYMid
meet" viewBox="0 0 600 600" xmlns="http://www.w3.org/2000/svg";
xmlns:xlink="http://www.w3.org/1999/xlink";
>
<defs>
<marker id="m1" fill="#006d00" stroke="none" viewBox="0 0 6 6"
refX="5" refY="3" markerUnits="strokeWidth" fill-opacity="0.5"
markerWidth="2" markerHeight="2" orient="auto"> <path d="M0 0L5 3L0
6z"/></marker>
<marker id="m2" fill="#6d0000" stroke="none" viewBox="0 0 6 6"
refX="0" refY="3" markerUnits="strokeWidth" fill-opacity="0.5"
markerWidth="2" markerHeight="2" orient="auto"> <path d="M0 0L5 3L0
6z"/></marker>
<style type="text/css" id="gwmstyles"><![CDATA[
.s1
{
stroke:#006d00;
fill:none;
stroke-opacity:0.5;
stroke-width:21;
marker-end:url(#m1);
}
.s2
{
stroke:#6d0000;
fill:none;
stroke-opacity:0.5;
stroke-width:21;
marker-end:url(#m2);
}
]]></style>
</defs>
<path d="M120 60L120 400" class="s1"/>
<path d="M180 60L180 366" class="s2"/>
</svg>





------------------------ Yahoo! Groups Sponsor --------------------~--> 
Yahoo! Groups gets a make over. See the new email design.
http://us.click.yahoo.com/XISQkA/lOaOAA/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