Skip to content

Commit ee8f91e

Browse files
committed
Word wrap paragraphs (for better future diffs)
1 parent ab3140d commit ee8f91e

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

transformations.md

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,23 @@
11
# Transformations
22

3-
Aseprite supports flipping, resizing, cropping, trimming, and rotating the image. You can apply any operation to the canvas, sprite, or selection. Any transformation applicable to a sprite or selection can be applied to multiple layers, frames or cels at the same time.
3+
Aseprite supports flipping, resizing, cropping, trimming, and rotating
4+
the image. You can apply any operation to the canvas, sprite, or
5+
selection. Any transformation applicable to a sprite or selection can
6+
be applied to multiple layers, frames or cels at the same time.
47

58
## Transforming Canvas
69

7-
You can apply all fundamental transformation to the canvas using options under the *Sprite* menu:
10+
You can apply all fundamental transformation to the canvas using
11+
options under the *Sprite* menu:
812

913
* [Flip canvas](flip-canvas.md)
1014
* [Resize, Crop or Trim canvas](canvas.md)
1115
* [Rotate canvas](rotate-canvas.md)
1216

1317
## Transforming Sprite or Selection
1418

15-
A sprite or a selection can be transformed using options mostly found under the *Edit* menu, or by using the selection handles:
19+
A sprite or a selection can be transformed using options mostly found
20+
under the *Edit* menu, or by using the selection handles:
1621

1722
* [Flip sprite or selection](flip.md)
1823
* [Move complete layer/cel](move-tool.md) or [move selection](move-selection.md)
@@ -21,9 +26,15 @@ A sprite or a selection can be transformed using options mostly found under the
2126

2227
## Transforming Multiple Layers, Frames or Cels
2328

24-
Transformations will be applied to every layer, frame, and cel selected on the [timeline](timeline.md). If there's no selection on the timeline, transformations will be applied only to the active cel.
29+
Transformations will be applied to every layer, frame, and cel
30+
selected on the [timeline](timeline.md). If there's no selection on
31+
the timeline, transformations will be applied only to the active cel.
2532

26-
> Note: When transforming multiple layers, frames, or cels using the selections handles, the transformation will be shown in real time only for the active cel. The transformation will be applied to all other cels after committing the change by clicking outside the selection.
33+
> Note: When transforming multiple layers, frames, or cels using the
34+
> selections handles, the transformation will be shown in real time
35+
> only for the active cel. The transformation will be applied to all
36+
> other cels after committing the change by clicking outside the
37+
> selection.
2738
2839
---
2940

0 commit comments

Comments
 (0)