setOrientToAngle method

void setOrientToAngle(
  1. SVGAngle angle
)

The setOrientToAngle() method of the SVGMarkerElement interface sets the value of the orient attribute to the value in the SVGAngle passed in.

Implementation

external void setOrientToAngle(SVGAngle angle);