Skip to content

Commit 241442d

Browse files
authored
Move breaking change images to assets (#12506)
On the way to consolidating all images in to the `/assets` directory, move those used in the `breaking-changes` directory. This will help simplify future infrastructure work.
1 parent cf06117 commit 241442d

10 files changed

+9
-9
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/content/release/breaking-changes/rendering-changes.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ In the example golden image change below, the white blocks are text rendered
3434
using `Ahem` and `FlutterTest`. The second character is taller in the new font
3535
since it has a larger descent.
3636

37-
| Before (`Ahem`) | After | Animated Diff |
38-
| :---: | :---: | :---: |
39-
| ![before](assets/material.ink_sparkle.bottom_right.0_masterImage.png) | ![after](assets/material.ink_sparkle.bottom_right.0_testImage.png) | ![baseline_animated](assets/baseline.webp) |
37+
| Before (`Ahem`) | After | Animated Diff |
38+
| :---: | :---: |:-----------------------------------------:|
39+
| ![before](/assets/images/docs/breaking-changes/material.ink_sparkle.bottom_right.0_masterImage.png) | ![after](/assets/images/docs/breaking-changes/material.ink_sparkle.bottom_right.0_testImage.png) | ![baseline_animated](/assets/images/docs/breaking-changes/baseline.gif) |
4040

4141
**2. Different decoration position**
4242

@@ -47,18 +47,18 @@ rendered using `Ahem` and `FlutterTest`. The blue dashed lines indicate the
4747
[TextDecoration.overline]/[TextDecoration.lineThrough]/[TextDecoration.underline]
4848
positions for each line.
4949

50-
| Before (`Ahem`) | After | Animated Diff |
51-
| :---: | :---: | :---: |
52-
| ![before](assets/widgets.text_golden.Decoration.1_masterImage.png) | ![after](assets/widgets.text_golden.Decoration.1_testImage.png) | ![baseline_animated](assets/underline.webp) |
50+
| Before (`Ahem`) | After | Animated Diff |
51+
| :---: | :---: |:------------------------------------------:|
52+
| ![before](/assets/images/docs/breaking-changes/widgets.text_golden.Decoration.1_masterImage.png) | ![after](/assets/images/docs/breaking-changes/widgets.text_golden.Decoration.1_testImage.png) | ![baseline_animated](/assets/images/docs/breaking-changes/underline.gif) |
5353

5454
**3. The glyph used for unmapped characters are slightly different**
5555

5656
Unmapped characters are rendered as hollow boxes in both fonts, with
5757
a slight difference:
5858

59-
| Before (`Ahem`) | After | Diff |
60-
| :---: | :---: | :---: |
61-
| ![before](assets/material.floating_action_button_test.clip_masterImage.png) | ![after](assets/material.floating_action_button_test.clip_testImage.png) | ![not_def_animated](assets/not_def.webp) |
59+
| Before (`Ahem`) | After | Diff |
60+
| :---: | :---: |:---------------------------------------:|
61+
| ![before](/assets/images/docs/breaking-changes/material.floating_action_button_test.clip_masterImage.png) | ![after](/assets/images/docs/breaking-changes/material.floating_action_button_test.clip_testImage.png) | ![not_def_animated](/assets/images/docs/breaking-changes/not_def.gif) |
6262

6363
## References
6464

0 commit comments

Comments
 (0)