From 2b9badac1345c865c34097bc5d1699329b53fdc8 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Wed, 8 May 2024 17:58:05 +0200 Subject: Add phase --- images/fast-pitch.svg | 2 +- images/fast-roll.svg | 5 ++--- images/fast-yaw.svg | 2 +- images/long.svg | 1 + images/near.svg | 2 +- images/no-roll.svg | 2 +- images/phased.svg | 9 +++++++++ images/unphased.svg | 8 ++++++++ 8 files changed, 24 insertions(+), 7 deletions(-) create mode 100644 images/phased.svg create mode 100644 images/unphased.svg (limited to 'images') diff --git a/images/fast-pitch.svg b/images/fast-pitch.svg index 2b33b10..4fb7c4e 100644 --- a/images/fast-pitch.svg +++ b/images/fast-pitch.svg @@ -4,6 +4,6 @@ - + \ No newline at end of file diff --git a/images/fast-roll.svg b/images/fast-roll.svg index 5b31f82..9485605 100644 --- a/images/fast-roll.svg +++ b/images/fast-roll.svg @@ -3,8 +3,7 @@ Fast Roll - - - + + \ No newline at end of file diff --git a/images/fast-yaw.svg b/images/fast-yaw.svg index 08fb702..bc77ba0 100644 --- a/images/fast-yaw.svg +++ b/images/fast-yaw.svg @@ -4,6 +4,6 @@ - + \ No newline at end of file diff --git a/images/long.svg b/images/long.svg index 4f816b1..830f9be 100644 --- a/images/long.svg +++ b/images/long.svg @@ -4,6 +4,7 @@ + \ No newline at end of file diff --git a/images/near.svg b/images/near.svg index 7bd56b5..57a9883 100644 --- a/images/near.svg +++ b/images/near.svg @@ -2,7 +2,7 @@ Near - + \ No newline at end of file diff --git a/images/no-roll.svg b/images/no-roll.svg index ded155e..97b68dd 100644 --- a/images/no-roll.svg +++ b/images/no-roll.svg @@ -3,6 +3,6 @@ No Roll - + \ No newline at end of file diff --git a/images/phased.svg b/images/phased.svg new file mode 100644 index 0000000..240ac31 --- /dev/null +++ b/images/phased.svg @@ -0,0 +1,9 @@ + + + Phased + + + + + + \ No newline at end of file diff --git a/images/unphased.svg b/images/unphased.svg new file mode 100644 index 0000000..c2cded9 --- /dev/null +++ b/images/unphased.svg @@ -0,0 +1,8 @@ + + + Unphased + + + + + \ No newline at end of file -- cgit