Closed bradamelton closed 2 years ago
Reproduced in android studio. I believe this is a Font problem. Some say you can vectorize fonts in adobe illustrator with "Text to Outline." I don't remember how I created this dude in the first place. GIMP I think, but it looks bad in there when I open it and doesn't look like its doin' it.
try downloading the font I am using and distributing it with a link.
Made a mobile image too. This is probably still going to be an issue on other phones / resolutions. The better fix would be the font thing, but this is good enough for now.
declare module "*.svg" {
import React = require("react");
const src: React.FC<React.SVGProps
Hope we can pass in the classname. I need it to use the app.css for the mobile reactivity. Then we're good.
Problem is that svg was disappearing, so converting to an inline component which is pretty snazzy.
Looks great now. Font is proprietary so I don't want to include it anyway.
Installing android studio so I can reproduce locally. The mobile view for browsers doesn't reproduce.