Offline
Is there a list of values for 'shapepattern' documented anywhere? Hoping to draw a path (in addition to the standard shapepattern val = "solid")
Offline
It just uses the SP definitions.
There may be others in SP, but Exp supports
"Solid" and "None" for fill styles."Solid", "Dash", "DashDot", "Dot" for line styles.
Offline
Thanks, as always, Nick. I wasn't quite specific enough -- interested to see if it's possible to draw an unclosed path (sounds like no, but just confirming)
Offline
It is possible in the SP Sailcrossover, although I haven't added functionality to add or edit them.
You can manually edit the xml file and add lines, much as for elements
<elements>
<element name="A5" ...>
</element>
</elements>
<lines>
<line name="Reef" ...>
</line>
</lines>