- 2.0.0
- 1.3.3
Rotating
Rotating a layer and its sublayers:
$degrees = -17; $layer->rotate($degrees);
What we get:
Be carefull, as you see, a rotation can enlarge your layer !
Rotating a layer and its sublayers:
$degrees = -17; $layer->rotate($degrees);
What we get:
Be carefull, as you see, a rotation can enlarge your layer !