Skip to content

Commit

Permalink
Pixelate SCG's in Chrome
Browse files Browse the repository at this point in the history
- update SVG's to PNG to fix issue
  • Loading branch information
elad2412 committed Nov 14, 2023
1 parent b32b390 commit 15dca67
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
<img
style="width:1466px; height:804px; transform:rotate(150.348deg); opacity: 0.65; filter: blur(127.5px);
max-block-size: unset; max-inline-size: unset;"
src="/images/bgs/top-page-dark.svg"
src="/images/bgs/top-page-dark.png"
alt=""
/>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/routes/assets/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
</svelte:head>

<div class="u-position-absolute" style="pointer-events:none;">
<img src="/images/bgs/assets-bg.svg" alt="" />
<img src="/images/bgs/assets-bg.png" alt="" />
</div>

<Main>
Expand Down
4 changes: 2 additions & 2 deletions src/routes/docs/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<Docs variant="default">
<Sidebar />
<div class="u-position-absolute u-inset-inline-end-0 aw-u-opacity-40-mobile" style="">
<img src="/images/bgs/docs-blur-1.svg" alt="" />
<img src="/images/bgs/docs-blur-1.png" alt="" />
</div>

<div
Expand Down Expand Up @@ -124,7 +124,7 @@
class="u-position-absolute u-inset-inline-start-0 u-inset-block-start-16 aw-u-opacity-40-mobile"
style=" margin-inline-start: -30px;"
>
<img src="/images/bgs/docs-blur-2.svg" alt="" />
<img src="/images/bgs/docs-blur-2.png" alt="" />
</div>

<section class="aw-hero is-align-start u-position-relative">
Expand Down
Binary file added static/images/bgs/assets-bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/bgs/docs-blur-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/bgs/docs-blur-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/bgs/padding-section-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/bgs/top-page-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/bgs/top-page-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 15dca67

Please sign in to comment.