Shu Ding

Results 403 comments of Shu Ding

`` is a good case! We will need to find another solution for it though. > manipulate the text in a way that we can only do in SVG @lunaisnotaboy...

This is kinda expected because HTML doesn't have built-in Tailwind supported, but maybe we can do something in the playground...

Ah that's another bug caused by `background-size`, I'll reopen this. Temporary workaround is to multiple 1px by `div_size / background_image_size`. So vertical lines become 1200/100 = 12px and horizontal lines...

Hi! Could you add a test to test/language.test.tsx?

Thanks! It seems that the characters are not rendering on the playground, I'll invest why.

Yeah, we don't have ligature (and some other features) and I'm not sure if that's a missing thing in opentype.js or it's a bug. Worth to look into it.

Looks like the correct way to go in the future: https://twitter.com/KhaledGhetas/status/1548752758282534913

Thanks again for the pointers @devongovett! I actually looked into fontkit before picking opentype.js (because it's smaller, seems like a wrong choice lol), and actually read a lot of your...

It’s very likely that we will not implement this feature. For static images, you can convert its type manually; for images from a CDN (e.g. Cloudinary or Unsplash), usually you...

For your first example, Chrome handles it the same way (note it's the HTML preview): ![CleanShot 2022-10-24 at 22 38 55](https://user-images.githubusercontent.com/3676859/197691771-34323609-09f8-4b15-a3e1-f1a642db064c.gif) The other bugs are good catches, thank you!