Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 460 Bytes

File metadata and controls

29 lines (16 loc) · 460 Bytes

document.smoothSelection()

Availability

Flash MX 2004.

Usage

document.smoothSelection()

Parameters

None.

Returns

Nothing.

Description

Method; smooths the curve of each selected fill outline or curved line. This method performs the same action as the Smooth button in the Tools panel.

Example

The following example smooths the curve of the current selection:
fl.getDocumentDOM().smoothSelection();