On 7/6/06, sent1729 <[EMAIL PROTECTED]> wrote: > > But the stroke does not add border to the polyline. > > Say for a Polyline with "red" stroke and stroke width "10", I would > like to add a white border with stroke width "2". How to do that? > > Any input would be appreciated. > Nathan. >
"Polyline" does not have "border", It's just the combination of lines. If it was me and I have the task like your I will make Rect(s). each will prepresent a "line" of your polyline applying one transformation to rotate and move. (Just a reminder- SVG player will rotate first then move after) Hope this help. Phi > --- In [email protected] <svg-developers%40yahoogroups.com>, > "Andreas Neumann" > <[EMAIL PROTECTED]> wrote: > > > > yes, you can use "stroke" and "stroke-width" on any graphics > element, incl. the <polyline /> > > element. > > > > Andreas > > > > --- In [email protected] <svg-developers%40yahoogroups.com>, > "sent1729" <sent1729@> > wrote: > > > > > > Hi all, > > > > > > Is it possible to draw a polyline with a border in svg. For > example, > > > we can draw a rectangle with a border by assigning a stroke and > a > > > stroke width. Can we do similar thing to a polyline to draw a > border? > > > > > > Nathan. > > > > > > > > [Non-text portions of this message have been removed] ------------------------ Yahoo! Groups Sponsor --------------------~--> Check out the new improvements in Yahoo! Groups email. http://us.click.yahoo.com/6pRQfA/fOaOAA/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/

