changed to png instead of rasterized svg.

on ios devices it cuts the image in haft.
This commit is contained in:
Darren Nathanael 2021-12-27 11:14:43 -05:00 committed by GitHub
parent 885175e5d5
commit 1a587ec7e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@ dpaste is a [pastebin](https://en.wikipedia.org/wiki/Pastebin) application writt
The project is intended to run standalone as any regular Django Project, but it's also possible to install it into an existing project as a typical Django application.
![svg mockups](https://cdn.darrennathanael.com/assets/dpaste/dpaste.svg)
![svg mockups](https://cdn.darrennathanael.com/assets/dpaste/dpaste.png)
The code is open source and available on Github: [https://github.com/bartTC/dpaste](https://github.com/bartTC/dpaste). If you found bugs, have problems or ideas with the project or the website installation, please create an *Issue* there.
⚠️ dpaste requires at a minimum Python 3.6 and Django 2.2.
⚠️ dpaste requires at a minimum Python 3.6 and Django 2.2.