Skip to content

Commit

Permalink
Update triangleBlocks.html
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSchoolOH authored Apr 25, 2024
1 parent 694982d commit 25053c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main/extensions/penPlus/triangleBlocks.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ <h2>
Please note that this does not effect shaded triangles.<br>
You can think of these filter modes as a blur<br>
<div style="display: flex;">
<div style="width: 50%; margin: 0; text-align: center;">
<div style="width: 50%; margin: 0; text-align: center; border-right: 8px solid var(--background-3);">
<div>Closest looks like this (notice the sharp edges)</div>
<div><img style="width: 50%; height: auto; aspect-ratio: 1;" src="main/extensions/penPlus/images/Closest.png"></div>
</div>
<div style="width: 50%; margin: 0; text-align: center;">
<div style="width: 50%; margin: 0; text-align: center; border-left: 8px solid var(--background-3);">
<div>Linear looks like this (notice the how the image looks blurry now!)</div>
<div><img style="width: 50%; height: auto; aspect-ratio: 1;" src="main/extensions/penPlus/images/Linear.png"></div>
</div>
Expand Down

0 comments on commit 25053c7

Please sign in to comment.