mathandy / svgpathtools

A collection of tools for manipulating and analyzing SVG Path objects and Bezier curves.
MIT License
558 stars 142 forks source link

Is extracting subpath path possible? #80

Closed taoari closed 6 years ago

taoari commented 6 years ago

Path.sub(t1, t2) to extract a subpath. E.g. Path.sub(0,0.5) to extract the first half path.

mathandy commented 6 years ago

Yes, see Path.crop()

On Fri, Nov 16, 2018, 12:27 PM taoari <notifications@github.com wrote:

Path.sub(t1, t2) to extract a subpath. E.g. Path.sub(0,0.5) to extract the first half path.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/mathandy/svgpathtools/issues/80, or mute the thread https://github.com/notifications/unsubscribe-auth/ADB0Paqq6cJgNUgtgl4tDhq6mAz0_RPSks5uvx-agaJpZM4Ym6g9 .