FlorisSteenkamp / MAT

Medial Axis Transform - Library
119 stars 23 forks source link

Updated example to new version (from stackblitz) #39

Closed blainelewis1 closed 6 months ago

blainelewis1 commented 6 months ago

Just noticed that the example was out of date and wanted to help future people out :)

Thanks for the useful library it's very cool and excited to use it in a personal project. I have a piece of text like 30, and an SVG path that describes the 30, but I want to create some "inception" where I want to create a textPath along the center of the original letters, such that I can draw another piece of text inside the 30 like "happy birthday" and would "fill" the original 30.

FlorisSteenkamp commented 6 months ago

Hi Lewis.

Sounds like a fun project!

I just clicked on the StackBlitz demo and it seems to work. (See screenshot).

Could you elaborate a bit on what's out of date?

Thanks. stackblitz

(By the way the documentation is pretty bad so let me know if you need any help)

FlorisSteenkamp commented 6 months ago

Hi Lewis.

It seems like I've been totally confused. I thought you reported a bug but now see you fixed something!

Thanks a lot! 👍🏼

Merging.

blainelewis1 commented 6 months ago

Oh no the documentation is great, just the out of date example was a bit confusing but the stackblitz was super helpful. Sorry for not being clear enough in my original comment! And thanks again for open sourcing such a useful tool!