Hi,
  Just check the marker syntax. It should be
  <marker id="test"
          viewBox="0 0 1000 1000" refX="0" refY="0"
          markerWidth="1000"
          markerHeight="1000"
          orient="auto">

 

I hope this will helps u

Regards 

Raghu


th3moog <[EMAIL PROTECTED]> wrote:

Could someone please look at the SVG code below and explain what I
have done wrong...

I am expecting to see a solid red semi-circle at the end of the red
line - but it doesn't appear to be there!

TIA

Chris
<svg  version="1.1" width="100%" height="100%" viewBox="0 0 20000
20000"
  xmlns = 'http://www.w3.org/2000/svg'>
  <defs>
      <style type="text/css">
      <![CDATA[
        .str0 {stroke:#FF0000;stroke-width:50}
        .fil0 {fill:none}
        .fil1 {fill:#FF0000}
       ]]>
       </style>

      <marker id="test">
          viewBox="0 0 1000 1000" refX="0" refY="0"
          markerWidth="1000"
          markerHeight="1000"
          orient="auto">
         <path class="fil1 str0" d="M998.99 997.293l-999.678
0c341.145,-570.273 674.371,-570.273 999.678,0z"/>
      </marker>
  </defs>


  <!-- draw the paths inorder to check allignment/positioning of
symbol -->
  <path 
     class="fil0 str0"
     d="M4733.27 8470.29c0,-564.659 472.261,-533.86 872.656,-626.259
800.79,-195.064 1776.11,-1303.85 1396.25,-2207.31 -92.3988,-225.864
-667.325,-1735.04 -102.665,-1735.04"
     marker-end="url(#test)"
  />
</svg>
>





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


Yahoo! Groups SponsorADVERTISEMENT


---------------------------------
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 the Yahoo! Terms of Service. 


Yahoo! India Matrimony: Find your life partneronline.

[Non-text portions of this message have been removed]



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