Hi to all !

Does anybody has a good example of SVG files that use hatchings patterns. I 
have to understand well the <pattern> specification (i am writing a Java 
generator) and it's hard for me to build a nice pattern with leaned brought 
closer continuous lines. The current code i use is : 

<pattern patternUnits="userSpaceOnUse" width="20" height="20" 
id="leanedpattern">
    <path d="M 0,0 L350,350" 
    
style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#aaaaaa;stroke-width:2px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
 />
</pattern>
and the hatchings are not continuous. I have already tried to modify the 
"stroke-linecap" and "stroke-linejoin" values, but without success.

Thank you for your help

Best regards

Sylvain Caillet

[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