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.
यह प्रोजेक्ट एक वेक्टर पथ मैनिपुलेटर और SVG ज्यामिति ट्रांसफॉर्मर है जो SVG पथ डेटा को संशोधित करने के लिए एक विज़ुअल इंटरफ़ेस प्रदान करता है। यह हाथ से समन्वय कोड लिखे बिना पथ खंडों को जोड़ने, हटाने और परिवर्तित करने के लिए एक उपयोगिता के रूप में कार्य करता है। यह टूल एक SVG पथ ऑप्टिमाइज़र के रूप में कार्य करता है, जो पथ डेटा की लंबाई को कम करता है और समन्वय प्रणालियों को साफ़ करता है। इसमें वेक्टर आकृतियों पर स्केलिंग, रोटेशन और अनुवाद लागू करने के लिए एक ज्यामिति ट्रांसफॉर्मर भी शामिल है। सॉफ़्टवेयर में विज़ुअल पथ हेरफेर और वैश्विक ज्यामिति परिवर्तनों के लिए क्षमताएं शामिल हैं। यह ज़ूमिंग, पैनिंग और वर्तमान पथ के लिए व्यू को फिट करने के लिए व्यूपोर्ट नियंत्रण उपकरण भी प्रदान करता है।
Deconstructs SVG path strings into structured arrays of segments for granular editing.