Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 3f9d1ad3 authored by Georg Ehrke's avatar Georg Ehrke Committed by GitHub
Browse files

Merge pull request #1609 from nextcloud/bugfix/1593/remove_illustration_titles

Remove titles from illustration svgs
parents 582c5dfd a949cd0c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -66,6 +66,7 @@ export default {

			return this.svg
				.replace(/#6c63ff/g, color)
				.replace(/<title>[\w\d\s-]*<\/title>/i, '')
				.replace(/height="(\d)*(.(\d)*)?"/i, '')
				.replace(/width="(\d)*(.(\d)*)?"/i, '')
		}