shiro

Results 16 comments of shiro

Client-to-Server Pings may help you. https://xmpp.org/extensions/xep-0199.html#c2s

Will the image look like this? ![image](https://user-images.githubusercontent.com/1025020/60900212-caab3700-a2a6-11e9-8c75-8b5608acd264.png) If so, you can use attributes options like this. ```js textToSVG.getSVG('hello', {attributes: {fill: "white", stroke: "black"}}); ```

@TimotheAlbouy They are a bit inside. If you want the stroke to be outside the edge, try the paint-order property. https://www.oreilly.com/ideas/elegant-outlines-with-svg-paint-order

Thank you for your proposal. I think that a good idea 👍 I consider to implement it on next release.

Hi @ericgrosse, This library does not support web browsers. And I am working on this issue. #6 Please consider to use opentype.js if you need immediately. https://github.com/shrhdk/text-to-svg/issues/3#issuecomment-141885559

I am using this library for a web application on Node.js.

Do you want to get the separated path data of each characters? My understanding is in following table. Is this correct? | Letters | Number of path | | :-:...

@ericgrosse Could you give me an example which you made by using Photoshop/Illustrator?

@helzgate Thank you for trying text-to-svg. Would you tell me more information? * What the version of Node.js you use. * What the font file you use.