Question
stroke width problem
Hi,<br />have somebody met such problem as me?<br />I set stroke weight for frame by<br /><code><br />InterfacePtr<ICommand> strokeSplineCmd (Utils<IGraphicAttributeUtils>()->CreateStrokeWeightCommand(strokeWeight,&itemList,kTrue,kTrue));<br />InterfacePtr<ICommand> applyStrokeCmd(Utils<IGraphicAttributeUtils>()->CreateStrokeRenderingCommand(blackUID,&itemList,kTrue,kTrue));<br /></code><br /><br />and it works just fine if <code>strokeWeight</code> is higher than zero. Problem is when I set weight to 0. I expected that stroke disappear but it didn't. If I select taht frame I can see on stroke panel in weight box that it has really value 0 pt but stroke it is still visible as it had 0.25 pt.<br />If I change it manually to 0pt then stroke disappear. <br /><br />Do you know what's the problem?<br /><br />thanx,<br />pyso