shrhdk / text-to-svg

Convert text to SVG path without native dependence.
Other
964 stars 131 forks source link

Whether font shadow Settings are supported #50

Closed catelina95 closed 4 years ago

catelina95 commented 4 years ago

font shadow

shrhdk commented 4 years ago

Thank you for your proposal.

Shadow settings are not supported. However, you can use SVG's "feOffset" feature.

https://www.w3schools.com/graphics/svg_feoffset.asp

catelina95 commented 4 years ago

@shrhdk thank you. I change to use canvas.🤣😋😁