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

Fix Instagram logo #304

Merged
merged 2 commits into from
Oct 20, 2023
Merged

Fix Instagram logo #304

merged 2 commits into from
Oct 20, 2023

Conversation

tanguylegazon
Copy link
Contributor

Quick fix Instagram logo since Flutter is not compatible with SVG

Fix Instagram logo that was invisible in app. Looks like it's happening because Flutter doesn't support SVG .

Quick fix rendering Instagram logo as a fake SVG based on a PNG. This is not the right way to do it but it is the fastest working fix until I find a better solution.

  • 🖼️ New icon
  • ✨ New feature (non-breaking change which adds functionality)
  • 🛠️ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • ✅ Build configuration change
  • 📝 Documentation
  • 🗑️ Chore

Quick fix Instagram logo since Flutter is not compatible with SVG <pattern>
@ua741 ua741 merged commit f549e2e into ente-io:main Oct 20, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants