Skip to content

Commit

Permalink
Replace old path Fix #557
Browse files Browse the repository at this point in the history
  • Loading branch information
JimBobSquarePants committed Feb 14, 2017
1 parent 19be025 commit 8a2b3e6
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion tests/ImageProcessor.TestWebsite/Views/Home/Bmp.cshtml
Original file line number Diff line number Diff line change
@@ -81,7 +81,7 @@
<div class="row">
<div class="col-s-6">
<h2>Rotate</h2>
<img src="/images/format-Penguins.bmp?width=300&rotate=angle-54|bgcolor-fff" />
<img src="/images/format-Penguins.bmp?width=300&rotate=54&bgcolor=fff" />
</div>
<div class="col-s-6">
<h2>Quality</h2>
2 changes: 1 addition & 1 deletion tests/ImageProcessor.TestWebsite/Views/Home/Index.cshtml
Original file line number Diff line number Diff line change
@@ -81,7 +81,7 @@
<div class="row">
<div class="col-s-6">
<h2>Rotate</h2>
<img src="/images/format-Penguins.jpg?width=300&rotate=angle-54|bgcolor-fff" />
<img src="/images/format-Penguins.jpg?width=300&rotate=54&bgcolor=fff" />
</div>
<div class="col-s-6">
<h2>Quality</h2>
2 changes: 1 addition & 1 deletion tests/ImageProcessor.TestWebsite/Views/Home/Png.cshtml
Original file line number Diff line number Diff line change
@@ -80,7 +80,7 @@
<div class="row">
<div class="col-s-6">
<h2>Rotate</h2>
<img src="/images/format-Penguins.png?width=300&rotate=angle-54|bgcolor-fff" />
<img src="/images/format-Penguins.png?width=300&rotate=54&bgcolor=fff" />
</div>
<div class="col-s-6">
<h2>Quality</h2>
2 changes: 1 addition & 1 deletion tests/ImageProcessor.TestWebsite/Views/Home/Png8.cshtml
Original file line number Diff line number Diff line change
@@ -81,7 +81,7 @@
<div class="row">
<div class="col-s-6">
<h2>Rotate</h2>
<img src="/images/format-Penguins-8bit.png?width=300&rotate=angle-54|bgcolor-fff" />
<img src="/images/format-Penguins-8bit.png?width=300&rotate=54&bgcolor=fff" />
</div>
<div class="col-s-6">
<h2>Quality</h2>
2 changes: 1 addition & 1 deletion tests/ImageProcessor.TestWebsite/Views/Home/Tiff.cshtml
Original file line number Diff line number Diff line change
@@ -80,7 +80,7 @@
<div class="row">
<div class="col-s-6">
<h2>Rotate</h2>
<img src="/images/format-Penguins.tif?width=300&rotate=angle-54|bgcolor-fff" />
<img src="/images/format-Penguins.tif?width=300&rotate=54&bgcolor=fff" />
</div>
<div class="col-s-6">
<h2>Quality</h2>
2 changes: 1 addition & 1 deletion tests/ImageProcessor.TestWebsite/Views/Home/WebP.cshtml
Original file line number Diff line number Diff line change
@@ -81,7 +81,7 @@
<div class="row">
<div class="col-s-6">
<h2>Rotate</h2>
<img src="/images/format-Penguins.bmp?format=webp&width=300&rotate=angle-54|bgcolor-fff" />
<img src="/images/format-Penguins.bmp?format=webp&width=300&rotate=54&bgcolor=fff" />
</div>
<div class="col-s-6">
<h2>Quality</h2>

0 comments on commit 8a2b3e6

Please sign in to comment.