Possible StrokeDashArray Bug II - LH4074
Friday, September 10th, 2004The current Longhorn documentation does not indicate what happens when a StrokeDashArray has an odd number of entries. It seems the typical solution is to repeat all entries once to end up with an even number of entries. For example, this is what the SVG specification indicates to do in that case and after a few tests in LH4074, it appears this is the case in Avalon too. However, I noticed that StrokeDashArray properties that contain only one number result in no stroke being display. If I repeat the number, then the stroke appears as expected. So, I’m not sure if this is a bug, but at the very least, the behavior is inconsistent.

