antfu / drauu

Headless SVG-based drawboard in browser.
https://drauu.netlify.app/
MIT License
1.2k stars 64 forks source link

fix(playground): Make ellipse unicode icon center #36

Closed pinky-pig closed 9 months ago

pinky-pig commented 1 year ago

Description

When using the demo at https://drauu.netlify.app/, I noticed that the ellipse icon was not horizontally centered due to Unicode. So, I replaced the Unicode for the ellipse to ensure that the icon is displayed in the center. I used 𐤏 for this purpose.

在使用 https://drauu.netlify.app/ Demo 的时候,看到椭圆的 Icon 因为 unicode 的原因,水平方向并不居中。于是我更换了一下椭圆的 unicode ,以至于让 Icon 居中显示。使用的是 𐤏

image