Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SVG Fixes #6

Merged
merged 1 commit into from Jun 18, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Fix error faced while opening activity icon
Using namespace prefix sodipodi:cx,sodipodi:cy,sodipodi:rx and sodipodi:ry without namespace declaration 'xlmns:sodipodi' makes it difficult to read svg with Ubuntu 20.04 and with later versions
leads to following error : gi.repository.GLib.Error: rsvg-error-quark: XML parse error: error code=201 (3) in (null):31:50: Namespace prefix sodipodi for ry on circle is not defined (0)

Fix by adding namespace declaration 'xlmns:sodipodi'
Suggested by - Srevin Saju <srevin03@gmail.com>
  • Loading branch information
Saumya-Mishra9129 committed Jun 18, 2020
commit ad2abd5afcc92185c6768fe5d623fb82fc0c2f71
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.