Doug Schepers wrote: > Philippe Lhoste wrote: > | > <snip /> > | > | <path d="M 140,70 l 30,15 l 15,17 l -15,24 l -18,20 l -17,-25 z" > | fill="none" stroke="white" stroke-opacity="0" > | marker-mid="url(#ArrowCirclesG)"/> > | > <snip /> > | > | I had to put stroke-opacity to 0, because if I put > | stroke="none", ASV doesn't render the markers. I don't see > | why, except as an optimization (no fill nor stroke=no > | visibility) but I feel this is another marker bug (saw > | nothing in the spec. about this). > > No, it's not a bug. The default scale for a marker, designated the > 'markerUnits', is 'strokeWidth'. If there is no stroke, the marker won't > display. You can see what effect this has is the (crude) sample below: [snip]
Well, you missed it because it was in the message before the one you quote, but in my marker definitions, I did put explicitely markerUnits="userSpaceOnUse", so the problem is not here. I already made my own tests of markers parameters, where I found some ASV bugs... I really should publish my SVG files, I will put up a quick and dirty SVG page on my site, I won't wait for the total relook... Now, I didn't thought of this issue, it is interesting. Another thing: for me, stroke="none" means no stroke color, but it still has the default stroke width. Even if I put stroke="none" stroke-width="10", with either markerUnits="userSpaceOnUse" or markerUnits="strokeWidth", nothing is displayed. -- Philippe Lhoste -- (near) Paris -- France -- Professional programmer and amateur artist -- http://Phi.Lho.free.fr -- For servers mangling my From and Reply-To fields, -- please send private answers to PhiLho(a)GMX.net -- -- -- -- -- -- -- -- -- -- -- -- -- -- ------------------------ Yahoo! Groups Sponsor --------------------~--> $9.95 domain names from Yahoo!. Register anything. http://us.click.yahoo.com/J8kdrA/y20IAA/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/

