You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Amazing project 👍 I was wondering if it could support dynamically generated text? In theory, with path code for all characters in the four needed sizes in memory, a dynamic SVG could be assembled on the fly and HTML element updated. Have you tried that and can I add it as a feature request?
The text was updated successfully, but these errors were encountered:
Cheers! In theory this is of course possible. You'd need to have a source for interpolatable outlines. A UFO? Specially prepared TTF?, read the data, construct the glyphs, interpolate and draw. That's quite some work for javascript if it has to happen in the client.
Andrew Johnson wrote about this and has a working prototype, though I think it is a single glyph.
Amazing project 👍 I was wondering if it could support dynamically generated text? In theory, with path code for all characters in the four needed sizes in memory, a dynamic SVG could be assembled on the fly and HTML element updated. Have you tried that and can I add it as a feature request?
The text was updated successfully, but these errors were encountered: