From 457517fa1e922a805f691a116a50ed4299a7b7f6 Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Fri, 7 Aug 2015 17:32:01 +0100 Subject: [PATCH] Issue #2427213 by mortendk, andypost, jwilson3, pjbaert, corbacho, Manuel Garcia, Jeff Burnz, andrewmacpherson: Replace feed.png with feed.svg --- core/misc/feed.png | Bin 656 -> 0 bytes core/misc/feed.svg | 8 ++++++++ core/modules/image/src/Tests/ImageItemTest.php | 2 +- .../modules/system/css/components/icons.theme.css | 2 +- 4 files changed, 10 insertions(+), 2 deletions(-) delete mode 100644 core/misc/feed.png create mode 100644 core/misc/feed.svg diff --git a/core/misc/feed.png b/core/misc/feed.png deleted file mode 100644 index e3f5067739acb6b4ebc6e0236591587df87ff013..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 656 zcmV;B0&o3^P)U}Zlhc)VnN$Yxnh&fimohHtd#T?u9e%g*5JwOzxUw?yHIJvX$?RLGPVp@QF0> zi#74Lm-3A@@{>aHqh|A@XY`Ra^rmO@taJ3Tfb_kX^^!OBsc7}Tnf1V!_LMjFn?(1Q zIQOAY_pNF7!$U6xp({K*!;qT{MohqVMJ9e&vG>>g*MC8@a7>C*%+HmA4=~`g7{?P qj}>R^6y|b3z)N<{Pu}|w*v@|qU~+GH&c + + + + + + + diff --git a/core/modules/image/src/Tests/ImageItemTest.php b/core/modules/image/src/Tests/ImageItemTest.php index 4f7dd155c934..5f274e590b13 100644 --- a/core/modules/image/src/Tests/ImageItemTest.php +++ b/core/modules/image/src/Tests/ImageItemTest.php @@ -88,7 +88,7 @@ class ImageItemTest extends FieldUnitTestBase { $this->assertEqual($entity->image_test->entity->uuid(), $this->image->uuid()); // Make sure the computed entity reflects updates to the referenced file. - file_unmanaged_copy(\Drupal::root() . '/core/misc/feed.png', 'public://example-2.jpg'); + file_unmanaged_copy(\Drupal::root() . '/core/misc/druplicon.png', 'public://example-2.jpg'); $image2 = entity_create('file', array( 'uri' => 'public://example-2.jpg', )); diff --git a/core/modules/system/css/components/icons.theme.css b/core/modules/system/css/components/icons.theme.css index de48b374bfd7..591837321060 100644 --- a/core/modules/system/css/components/icons.theme.css +++ b/core/modules/system/css/components/icons.theme.css @@ -12,7 +12,7 @@ padding: 1px 20px 1px 0; } .feed-icon { - background: url(../../../../misc/feed.png) no-repeat; + background: url(../../../../misc/feed.svg) no-repeat; overflow: hidden; text-indent: -9999px; display: block;