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

Add partial support for SVG #73

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add partial support for SVG #73

wants to merge 1 commit into from

Conversation

qarmin
Copy link
Contributor

@qarmin qarmin commented Aug 20, 2022

Closes #60

This add partial support for SVG.
Most of SVG files which I checked started with <svg

<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">

but some starts with:

<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1604130777424" class="icon"

which makes it impossible to simply search for an SVG file

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.

SVG finder
1 participant