Hi guys, I have a line design for underline like this: var ulTck:Number = computedFormat.fontSize * 3 / 98; g.lineStyle(ulTck, _computedFormat.color as uint,1,false,LineScaleMode.NORMAL,CapsStyle.SQUARE, JointStyle.MITER); But, between 1,46 and 1,5 the line design jumps like it don't accept decimals just goes from 1 pixel to 2 pixels.Have anyone have the same behavior or solution for this. Thanks in advance! Miguel Ferreira