dnfield / vector_graphics

BSD 3-Clause "New" or "Revised" License
90 stars 46 forks source link

Question: Points of Path are Accessible using this package? #221

Closed Ansh-Rathod closed 10 months ago

Ansh-Rathod commented 11 months ago

Hii Dan! I'm exploring a solution to this issue. https://github.com/flutter/flutter/issues/29125 and found this repo in the comments. I spent the last one hour to figure out if is possible to solve this issue using this package or not.

I found another issue from you on the Flutter repo about the serializing path and deserializing it. I guess it seems like this repo is solving the issue.

What I'm trying to do here is creating Path() using svg and also create svg path points from the Path and create it back to svg.

Thank you!

dnfield commented 11 months ago

You'd wnat to look at the code in vector_graphics_compiler for that. It's not really exposed but if youc ould give some more details about your use case it'd be helpful.