2 个仓库
Specialized string splitting that breaks composite SVG paths into arrays of individual single-shape strings.
Distinct from String Splitting: Applies specifically to the syntax of SVG path data, not general delimiter-based string splitting.
Explore 2 awesome GitHub repositories matching programming languages & runtimes · SVG Path String Splitters. Refine with filters or upvote what's useful.
Flubber is an SVG path morphing library and shape transition engine designed to calculate smooth interpolations between complex vector shapes. It functions as a vector shape interpolator that generates intermediate path states between two sets of coordinates based on a progress value. The toolkit provides specialized capabilities for managing transitions between different shape quantities, including the ability to split a single shape into multiple pieces or merge multiple shapes into one. It also enables morphing between custom paths and geometric primitives, such as circles and rectangles,
Breaks single path strings containing multiple shapes into arrays of individual single-shape strings.
This project is a vector path manipulator and SVG geometry transformer that provides a visual interface for modifying SVG path data. It serves as a utility for adding, removing, and converting path segments without writing coordinate code by hand. The tool functions as an SVG path optimizer, reducing path data length and cleaning up coordinate systems. It also includes a geometry transformer for applying scaling, rotation, and translation to vector shapes. The software includes capabilities for visual path manipulation and global geometry transformations. It also provides viewport control to
Deconstructs SVG path strings into structured arrays of segments for granular editing.