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

Converted .png to SVG rendering component #43

Merged
merged 2 commits into from
Sep 15, 2021
Merged

Conversation

arnautov-anton
Copy link
Collaborator

@arnautov-anton arnautov-anton commented Sep 15, 2021

Converted .png image to .svg with this site and made component out of it.

Tested with RAF (AttachedActivity component):
image

<img src={image} className="rfu-thumbnail__image" alt={alt ?? ''} />
) : (
<FilePlaceholder
preserveAspectRatio="xMinYMin slice"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ooh this is neat how you did this, i like

@DanC5 DanC5 merged commit c410d09 into master Sep 15, 2021
@delete-merged-branch delete-merged-branch bot deleted the replace-png-with-svg branch September 15, 2021 18:16
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.

None yet

2 participants