← Back to context Comment by badmintonbaseba 6 months ago How do you transform paths? Do you just transform the control points? 1 comment badmintonbaseba Reply m-a-t-t-i 6 months ago Yeah, paths are saved in an array where each path segment is a list of control points coupled with the corresponding path command (M, L, C). Those can be used to recreate the path item.
m-a-t-t-i 6 months ago Yeah, paths are saved in an array where each path segment is a list of control points coupled with the corresponding path command (M, L, C). Those can be used to recreate the path item.
Yeah, paths are saved in an array where each path segment is a list of control points coupled with the corresponding path command (M, L, C). Those can be used to recreate the path item.