6 dépôts
Utilities for calculating text lengths and mapping characters to specific vector paths.
Distinct from Text Processing and Parsing: The candidates are generic text processing tools (search/tokenization), whereas this is specifically about geometric path mapping for text.
Explore 6 awesome GitHub repositories matching graphics & multimedia · SVG Text and Path Processing. Refine with filters or upvote what's useful.
Heroicons is an SVG icon library and a set of UI vector graphic assets designed for use in user interfaces and web development. It provides a collection of scalable vector graphics as a React icon component set, allowing for flexible integration into applications. The library supports multi-format distribution, offering icons in JSX and SVG formats. These assets are provided as component-wrapped SVG exports, which enables programmatic control over props and attributes. The project covers capabilities for SVG icon integration, web interface styling, and user interface design. It includes util
Simplifies vector coordinates and removes metadata during the build process to optimize final bundle size.
svg.js is a JavaScript library and toolkit for programmatically creating, modifying, and querying Scalable Vector Graphics in the browser. It functions as a programmable interface and DOM wrapper that allows developers to manipulate vector elements through a standardized API rather than writing raw XML. The library includes a dedicated animation framework for creating fluid motion and visual transitions. This is supported by tools for path morphing and the use of timelines and easing functions to animate vector graphics. The toolkit covers a broad range of capabilities, including geometric t
Calculates text lengths and maps characters to specific vector paths using point arrays and segments.
Octicons est une bibliothèque complète de glyphes vectoriels scalables et un set d'icônes de système de design conçu pour fournir un langage visuel uniforme à travers les interfaces utilisateur. Il fonctionne comme une collection standardisée d'assets SVG qui assure une iconographie cohérente pour les composants web, les vues côté serveur et les générateurs de sites statiques. Le projet propose un rendu vectoriel multi-échelle, utilisant des données de chemin SVG distinctes optimisées pour différents paliers de taille afin de maintenir la clarté visuelle sur diverses résolutions d'écran. Il inclut un système de découverte d'icônes via un mappage d'alias basé sur des mots-clés et prend en charge un système de propriétés standardisé pour appliquer les couleurs et l'espacement. L'intégration est fournie via des bibliothèques wrapper dédiées et des plugins pour JavaScript, Ruby et Rails. Le système inclut également un mécanisme de taggage personnalisé pour insérer des glyphes dans les sites statiques Jekyll et prend en charge le rendu basé sur des symboles pour réutiliser les glyphes à travers les vues de l'application.
Provides separate SVG path data for different size buckets to maintain visual clarity across resolutions.
ImageSharp is a .NET image processing library and manipulation framework used for decoding, encoding, and modifying digital images. It functions as a comprehensive toolkit for resizing, cropping, and applying pixel-level filters while managing color profiles and pixel data across various file formats. The project integrates a 2D vector graphics engine and a typography rendering engine to draw geometric shapes, paths, and complex stylized text onto images. It also includes a geometry boolean operation library for calculating intersections, unions, and differences between complex polygons and c
Maps shaped glyphs to specific vector paths to draw text along a geometric baseline.
vtracer is a raster to SVG converter and image vectorization pipeline. It transforms high-resolution scans and pixel-based images into scalable vector graphics by tracing shapes and colors. The tool includes a specialized pixel art vectorizer that converts low-resolution raster graphics into vector shapes while preserving a pixelated aesthetic. It also functions as a Bezier curve fitting tool to simplify dense point sets into smooth curves, reducing the complexity of vector paths. The project covers large scale image vectorization for gigapixel-scale data, color clustering and patch segmenta
Simplifies complex paths and reduces node counts to create cleaner outlines and more efficient SVG files.
Ce projet est un manipulateur de chemin vectoriel et un transformateur de géométrie SVG qui fournit une interface visuelle pour modifier les données de chemin SVG. Il sert d'utilitaire pour ajouter, supprimer et convertir des segments de chemin sans écrire de code de coordonnées à la main. L'outil fonctionne comme un optimiseur de chemin SVG, réduisant la longueur des données de chemin et nettoyant les systèmes de coordonnées. Il inclut également un transformateur de géométrie pour appliquer la mise à l'échelle, la rotation et la translation aux formes vectorielles. Le logiciel inclut des capacités pour la manipulation visuelle de chemin et les transformations géométriques globales. Il fournit également des outils de contrôle de fenêtre (viewport) pour zoomer, déplacer et ajuster la vue au chemin actuel.
Reduces vector path complexity by removing redundant nodes and simplifying coordinate systems.