diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-10-23 14:22:55 +0200 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-10-23 14:22:55 +0200 |
commit | 1fb885638ec3f45b2580db3ef86b5b70ad544412 (patch) | |
tree | 4bee0cf312a5b84aa89e747d508dc861438c6f51 /tests | |
parent | 354b72b9d39caaa33308276456c958dc2b2ced66 (diff) | |
download | nextcloud-server-1fb885638ec3f45b2580db3ef86b5b70ad544412.tar.gz nextcloud-server-1fb885638ec3f45b2580db3ef86b5b70ad544412.zip |
Fix comment and cap-height
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/AvatarTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/AvatarTest.php b/tests/lib/AvatarTest.php index 2f88d2b1883..5d72ec02e2b 100644 --- a/tests/lib/AvatarTest.php +++ b/tests/lib/AvatarTest.php @@ -235,7 +235,7 @@ class AvatarTest extends \Test\TestCase { $svg = '<?xml version="1.0" encoding="UTF-8" standalone="no"?> <svg width="64" height="64" version="1.1" viewBox="0 0 500 500" xmlns="http://www.w3.org/2000/svg"> <rect width="100%" height="100%" fill="#0082c9"></rect> - <text x="50%" y="350" style="font-weight:normal;font-size:278px;font-family:\'Nunito\';text-anchor:middle;fill:#fff">A</text> + <text x="50%" y="350" style="font-weight:normal;font-size:280px;font-family:\'Nunito\';text-anchor:middle;fill:#fff">A</text> </svg>'; $this->assertEquals($avatar, $svg); } |