]> source.dussan.org Git - nextcloud-server.git/commit
Improve the bitmap and vector mime icons
authorOlivier Paroz <github@oparoz.com>
Tue, 2 Dec 2014 20:11:56 +0000 (21:11 +0100)
committerOlivier Paroz <github@oparoz.com>
Tue, 2 Dec 2014 20:11:56 +0000 (21:11 +0100)
commit5990293331091b12549dc4a4be43608b5976763b
tree08348c26ae269badd4bc9576355c922928275cd9
parente9029f94cb6eb9b37623ea1a2faf8aac11675900
Improve the bitmap and vector mime icons

* Vector files such as Illustrator files currently show the "image"
icon. I propose to add a new type to mimetypeIcon() called
"image/vector" and which would be used by SVG as well
* We can use the current image-svg+xml icon, but would simply rename it
to image-vector
* The black and white "image" icon looks too much like a settings icon.
A simple picture representation pasted over the file icon should work
core/img/filetypes/image-svg+xml.png [deleted file]
core/img/filetypes/image-svg+xml.svg [deleted file]
core/img/filetypes/image-vector.png [new file with mode: 0644]
core/img/filetypes/image-vector.svg [new file with mode: 0644]
core/img/filetypes/image.png
core/img/filetypes/image.svg
lib/private/helper.php