Skip to content

manifest to report correct favicon size - #23520

Merged
skjnldsv merged 1 commit into
nextcloud:masterfrom
nhirokinet:patch-1
Oct 19, 2020
Merged

manifest to report correct favicon size#23520
skjnldsv merged 1 commit into
nextcloud:masterfrom
nhirokinet:patch-1

Conversation

@nhirokinet

@nhirokinetnhirokinet commented Oct 16, 2020

Copy link
Copy Markdown
Contributor

In the environment where php-imagick with SVG support is correctly installed, this endpoint returns 512x512 image.

* Return a 512x512 icon for touch devices

Another problem here is in the environment without php-imagick or without SVG support, this will fall back to original, whose default is 128x128; but I thought this is a separate problem. (For this, default image may be enlarged. Should I create another issue if this is important one?)

In the environment where php-imagick with SVG support is correctly installed, this endpoint returns 512x512 image.
https://github.com/nextcloud/server/blob/d9015a8c94bfd71fe484618a06d276701d3bf9ff/apps/theming/lib/Controller/IconController.php#L146
The problem is in the environment without php-imagick or without SVG support, this will fall back to original, whose default is 128x128; but I thought this is a separate problem. (For this, default image may be enlarged. Should I create another issue if this is important one?)
Signed-off-by: nhirokinet <nhirokinet@nhiroki.net>

@skjnldsvskjnldsv left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure!

@skjnldsvskjnldsv added 4. to release Ready to be released and/or waiting for tests to finish and removed 3. to review Waiting for reviews labels Oct 19, 2020
@skjnldsv
skjnldsv merged commit 46e04a3 into nextcloud:masterOct 19, 2020
@skjnldsvskjnldsv mentioned this pull request Oct 20, 2020
@skjnldsv

Copy link
Copy Markdown
Member

#23581

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

4. to releaseReady to be released and/or waiting for tests to finishbug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@nhirokinet@skjnldsv@rullzer