awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 रिपॉजिटरी

Awesome GitHub RepositoriesSVG Path String Splitters

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.

Awesome SVG Path String Splitters GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • veltman/flubberveltman का अवतार

    veltman/flubber

    6,920GitHub पर देखें↗

    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.

    JavaScript
    GitHub पर देखें↗6,920
  • yqnn/svg-path-editorYqnn का अवतार

    Yqnn/svg-path-editor

    5,222GitHub पर देखें↗

    यह प्रोजेक्ट एक वेक्टर पथ मैनिपुलेटर और SVG ज्यामिति ट्रांसफॉर्मर है जो SVG पथ डेटा को संशोधित करने के लिए एक विज़ुअल इंटरफ़ेस प्रदान करता है। यह हाथ से समन्वय कोड लिखे बिना पथ खंडों को जोड़ने, हटाने और परिवर्तित करने के लिए एक उपयोगिता के रूप में कार्य करता है। यह टूल एक SVG पथ ऑप्टिमाइज़र के रूप में कार्य करता है, जो पथ डेटा की लंबाई को कम करता है और समन्वय प्रणालियों को साफ़ करता है। इसमें वेक्टर आकृतियों पर स्केलिंग, रोटेशन और अनुवाद लागू करने के लिए एक ज्यामिति ट्रांसफॉर्मर भी शामिल है। सॉफ़्टवेयर में विज़ुअल पथ हेरफेर और वैश्विक ज्यामिति परिवर्तनों के लिए क्षमताएं शामिल हैं। यह ज़ूमिंग, पैनिंग और वर्तमान पथ के लिए व्यू को फिट करने के लिए व्यूपोर्ट नियंत्रण उपकरण भी प्रदान करता है।

    Deconstructs SVG path strings into structured arrays of segments for granular editing.

    TypeScriptsvgsvg-editorsvg-parser
    GitHub पर देखें↗5,222
  1. Home
  2. Programming Languages & Runtimes
  3. String Splitting
  4. SVG Path String Splitters