package openfl.display {
/**
 * @externs
 */
public class LineScaleMode {
	public static const HORIZONTAL:String = "horizontal";
	public static const NONE:String = "none";
	public static const NORMAL:String = "normal";
	public static const VERTICAL:String = "vertical";
}
}
