You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@flex.apache.org by Miguel Ferreira <mi...@hotmail.com> on 2013/08/14 14:00:54 UTC

linestyle with decimals

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